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

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 29 06:51:48 PST 2022


jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.

No more comments from me, but please wait for @dblaikie to be happy.



================
Comment at: llvm/docs/CommandGuide/llvm-cxxfilt.rst:45
+  Mangling scheme to assume. Valid values are ``gnu`` (default, auto-detect the
+  style, but omit the ``microsoft`` format.), ``auto`` (auto-detect the style,
+  including ``microsoft``), ``itanium`` (assume Itanium format), ``dlang`` (assume
----------------
Nit


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138595/new/

https://reviews.llvm.org/D138595



More information about the llvm-commits mailing list