[PATCH] D58132: lld/elf: When demangling symbols, surround demangled symbol with quotes and include mangled symbol as well
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 12 16:28:01 PST 2019
smeenai added a comment.
In D58132#1395055 <https://reviews.llvm.org/D58132#1395055>, @ruiu wrote:
> It looks like always showing both mangled and demangled names makes the output a bit too large. I'm a little skeptical how useful it is. Where did you find it useful?
I'm in favor of at least showing the mangled name. Part of the issue is that multiple symbols can have the same demangling (as mentioned in this commit's message), and the mangled name is also useful when you're trying to examine object files for references or definitions, etc.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58132/new/
https://reviews.llvm.org/D58132
More information about the llvm-commits
mailing list