[llvm-objdump] - Demangle the symbols when printing symbol table and relocations.
authorGeorge Rimar <grimar@accesssoftek.com>
Wed, 19 Dec 2018 10:21:45 +0000 (10:21 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Wed, 19 Dec 2018 10:21:45 +0000 (10:21 +0000)
commit6622d41e2c469a326aa1f15314b35c87531a8617
tree269de175824790939df0d209365f2c6978848822
parent751e6e1cf54bf8fcc07982b100dd774f43a6c5b5
[llvm-objdump] - Demangle the symbols when printing symbol table and relocations.

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.

Differential revision: https://reviews.llvm.org/D55821

llvm-svn: 349613
llvm/test/tools/llvm-objdump/X86/demangle.s [new file with mode: 0644]
llvm/tools/llvm-objdump/llvm-objdump.cpp