[PATCH] D51908: [DebugInfo] Do not generate debug info for removed labels.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 11 09:47:24 PDT 2018


dblaikie added a comment.

Technically, I would think it might be best to produce the debug info for the label in the appropriate scope, but without an address - so that users can see that the label is there, name lookup finds that label not some other label or object?


Repository:
  rL LLVM

https://reviews.llvm.org/D51908





More information about the llvm-commits mailing list