[PATCH] D79166: [docs][llvm-cxxfilt] Document the --no-strip-underscore option

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 30 03:37:12 PDT 2020


jhenderson created this revision.
jhenderson added reviewers: MaskRay, erik.pilkington, compnerd, steven_wu.
Herald added a subscriber: dexonsmith.
Herald added a project: LLVM.

This option was added several months ago in rGe84468c1 <https://reviews.llvm.org/rGe84468c1f145e9a5e54640ebdc78bc40c7da3fce>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79166

Files:
  llvm/docs/CommandGuide/llvm-cxxfilt.rst


Index: llvm/docs/CommandGuide/llvm-cxxfilt.rst
===================================================================
--- llvm/docs/CommandGuide/llvm-cxxfilt.rst
+++ llvm/docs/CommandGuide/llvm-cxxfilt.rst
@@ -52,10 +52,15 @@
 
   Print an uncategorized summary of command line options.
 
+.. option:: --no-strip-underscore, -n
+
+  Do not strip a leading underscore. This is the default for all platforms
+  except Mach-O based hosts.
+
 .. option:: --strip-underscore, -_
 
-  Discard a single leading underscore, if present, from each input name before
-  demangling.
+  Strip a single leading underscore, if present, from each input name before
+  demangling. On by default on Mach-O based platforms.
 
 .. option:: --types, -t
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79166.261177.patch
Type: text/x-patch
Size: 731 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200430/fac81a29/attachment.bin>


More information about the llvm-commits mailing list