[PATCH] D127656: [llvm-cxxfilt] Add description for --types in help text

Owen Reynolds via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 14 02:34:44 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc4a35c78aab2: [llvm-cxxfilt] Add description for --types in help text (authored by gbreynoo).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127656

Files:
  llvm/tools/llvm-cxxfilt/Opts.td


Index: llvm/tools/llvm-cxxfilt/Opts.td
===================================================================
--- llvm/tools/llvm-cxxfilt/Opts.td
+++ llvm/tools/llvm-cxxfilt/Opts.td
@@ -16,7 +16,7 @@
 
 def help : FF<"help", "Display this help">;
 defm strip_underscore : BB<"strip-underscore", "Strip the leading underscore", "Don't strip the leading underscore">;
-def types : FF<"types", "">;
+def types : FF<"types", "Attempt to demangle types as well as function names">;
 def version : FF<"version", "Display the version">;
 
 defm : Eq<"format", "Specify mangling format. Currently ignored because only 'gnu' is supported">;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127656.436715.patch
Type: text/x-patch
Size: 629 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220614/26acb745/attachment.bin>


More information about the llvm-commits mailing list