[PATCH] D56591: [llvm-symbolizer] Add -C as a short alias to -demangle

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 14 02:54:13 PST 2019


jhenderson added a comment.

The Itanium demangler is used typically for ELF C++ symbols. If you take a look at test/tools/llvm-objdump/X86/demangle.s, you can see how the (de-)mangling happens. test/DebugInfo/llvm-symbolizer.test also uses the --demangle switch, and you could extend it to add -C alongside the demangle=false case or similar, if you want.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D56591





More information about the llvm-commits mailing list