Chatterjee, Sandeep via llvm-dev
2018-Sep-05 17:37 UTC
[llvm-dev] LLVM Diagnostic reporting for global variables
Hi, I was looking at llvm Diagnostics reporting API and it seems that there is no API present for diagnostic reporting of global variables (I mean the GV itself and not the instructions that use the GV). What's the reason for that? Why can't we have a constructor for DiagnosticInfoWithLocationBase() that takes a GV instead of function? Or am I missing something here? Thanks and Regards, Sandeep -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180905/b01deaec/attachment.html>