[PATCH] D79166: [docs][llvm-cxxfilt] Document the --no-strip-underscore option
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 1 03:03:51 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG91257fdb2195: [docs][llvm-cxxfilt] Document --no-strip-underscore option (authored by jhenderson).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79166/new/
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.261449.patch
Type: text/x-patch
Size: 731 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200501/61ac6e18/attachment.bin>
More information about the llvm-commits
mailing list