[PATCH] D42369: Issue local statics in correct DWARF lexical scope

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 22 11:34:42 PST 2018


probinson added a comment.

I'm not seeing where the add/getLocalLexicalDIEs APIs are being used.



================
Comment at: include/llvm/IR/DebugInfoMetadata.h:477
 public:
-  // These values must be explictly set, as they end up in the final object
+  // These values must be explicitly set, as they end up in the final object
   // file.
----------------
Fix typos separately, rather than mixing them in with a functional change.


https://reviews.llvm.org/D42369





More information about the llvm-commits mailing list