[PATCH] D47373: [ELF] - Also use DW_AT_linkage_name when gathering information about variables for error messages.
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 1 03:06:55 PDT 2018
peter.smith accepted this revision.
peter.smith added a comment.
This revision is now accepted and ready to land.
This looks sensible to me. If I've got this right when the DW_AT_linkage name differs from the DW_AT_name the symbol name will match the DW_AT_linkage_name so the lookup by symbol name won't succeed if done via DW_AT_name.
https://reviews.llvm.org/D47373
More information about the llvm-commits
mailing list