[PATCH] D63524: [llvm-objdump] Allow --disassemble-functions to take demangled names

Yuanfang Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 18 15:38:18 PDT 2019


ychen created this revision.
ychen added reviewers: jhenderson, grimar, MaskRay, rupprecht.
Herald added subscribers: llvm-commits, erik.pilkington.
Herald added a project: LLVM.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D63524

Files:
  llvm/test/tools/llvm-objdump/X86/disassemble-functions-mangled-name.test
  llvm/test/tools/llvm-objdump/X86/disassemble-functions-mangling.test
  llvm/tools/llvm-objdump/llvm-objdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63524.205455.patch
Type: text/x-patch
Size: 5494 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190618/14e458f9/attachment.bin>


More information about the llvm-commits mailing list