This is https://bugs.llvm.org/show_bug.cgi?id=40009,
llvm-objdump does not demangle the symbols when prints symbol
table and/or relocations.
Patch teaches it to do that.
Paths
| Differential D55821
[llvm-objdump] - Demangle the symbols when printing symbol table and relocations. ClosedPublic Authored by grimar on Dec 18 2018, 6:20 AM.
Details Summary This is https://bugs.llvm.org/show_bug.cgi?id=40009, llvm-objdump does not demangle the symbols when prints symbol Patch teaches it to do that.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 18 2018, 7:07 AM Closed by commit rL349613: [llvm-objdump] - Demangle the symbols when printing symbol table and… (authored by grimar). · Explain WhyDec 19 2018, 2:25 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 178852 llvm/trunk/test/tools/llvm-objdump/X86/demangle.s
llvm/trunk/tools/llvm-objdump/llvm-objdump.cpp
|