summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/X86/disassemble-functions-mangling.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-objdump] Allow --disassemble-functions to take demangled namesYuanfang Chen2019-06-221-0/+61
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 llvm-svn: 364121
OpenPOWER on IntegriCloud