[PATCH] D58132: lld/elf: When demangling symbols, surround demangled symbol with quotes and include mangled symbol as well

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 13 11:13:57 PST 2019


pcc added a comment.

My personal opinion: 99% of the time I reckon users will want to see the demangled name (it's only us toolchain folks who might more often prefer the mangled names), and there's already a flag `--no-demangle` which can be used to suppress demangling if necessary. So I think I'd prefer making the COFF linker more like the ELF linker (i.e. don't show mangled names without a flag).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58132/new/

https://reviews.llvm.org/D58132





More information about the llvm-commits mailing list