[PATCH] D46878: Keep underscores in DW_TAG_label symbol names
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 15 09:27:49 PDT 2018
probinson added a comment.
If there's a difference between the in-source name and the exposed-to-linker name, the in-source name should be provided to DW_AT_name and the exposed-to-linker name should be in DW_AT_linkage_name. Don't try to overload DW_AT_name with any kind of decoration imposed for linking purposes.
Repository:
rL LLVM
https://reviews.llvm.org/D46878
More information about the llvm-commits
mailing list