OSDN Git Service

[llvm-objdump] Allow --disassemble-functions to take demangled names
authorYuanfang Chen <yuanfang.chen@sony.com>
Sat, 22 Jun 2019 01:13:04 +0000 (01:13 +0000)
committerYuanfang Chen <yuanfang.chen@sony.com>
Sat, 22 Jun 2019 01:13:04 +0000 (01:13 +0000)
commit71bf034cf85b7bc66498d2a437b99d220a1ce5dd
treea9081c6490633e509e39529e246c3dd477fa873e
parentd142165668c126688c6b3253110e418c795a705d
[llvm-objdump] Allow --disassemble-functions to take demangled names

The --disassemble-functions switch takes demangled names when
--demangle is specified, otherwise the switch takes mangled names.

https://bugs.llvm.org/show_bug.cgi?id=41908

Reviewers: jhenderson, grimar, MaskRay, rupprecht

Differential Revision: https://reviews.llvm.org/D63524

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364121 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-objdump/X86/disassemble-functions-mangled-name.test [deleted file]
test/tools/llvm-objdump/X86/disassemble-functions-mangling.test [new file with mode: 0644]
tools/llvm-objdump/llvm-objdump.cpp