[PATCH] D47373: [ELF] - Also use DW_AT_linkage_name when gathering information about variables for error messages.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 1 03:09:17 PDT 2018


grimar added a comment.

In https://reviews.llvm.org/D47373#1118723, @peter.smith wrote:

> 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.


Yes, that is the case. Thanks!


https://reviews.llvm.org/D47373





More information about the llvm-commits mailing list