[PATCH] D138595: [llvm-cxxfilt] Support Microsoft demangling format

Tobias Hieta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 23 11:08:30 PST 2022


thieta created this revision.
thieta added reviewers: dblaikie, urnathan, tmiasko.
Herald added a subscriber: hiraditya.
Herald added a reviewer: jhenderson.
Herald added a project: All.
thieta requested review of this revision.
Herald added a project: LLVM.

This refactors the shared demangle() api to handle formats
and then expose that directly in llvm-cxxfilt.

New code should probably use the demangle() function that specifies
what format should be used.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138595

Files:
  llvm/include/llvm/Demangle/Demangle.h
  llvm/lib/Demangle/Demangle.cpp
  llvm/test/tools/llvm-cxxfilt/microsoft-format.test
  llvm/tools/llvm-cxxfilt/Opts.td
  llvm/tools/llvm-cxxfilt/llvm-cxxfilt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138595.477567.patch
Type: text/x-patch
Size: 7689 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221123/1956237e/attachment.bin>


More information about the llvm-commits mailing list