[llvm] [llvm-cxxfilt] update docs to reflect #106233 (PR #165709)

via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 30 05:06:03 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-llvm-binary-utilities

Author: Mads Marquart (madsmtm)

<details>
<summary>Changes</summary>

It looks like the documentation for `llvm-cxxfilt`'s `--[no-]strip-underscore` options weren't updated when https://github.com/llvm/llvm-project/pull/106233 was made.

CC @<!-- -->Michael137 (I don't have merge rights myself).

---
Full diff: https://github.com/llvm/llvm-project/pull/165709.diff


1 Files Affected:

- (modified) llvm/docs/CommandGuide/llvm-cxxfilt.rst (+2-3) 


``````````diff
diff --git a/llvm/docs/CommandGuide/llvm-cxxfilt.rst b/llvm/docs/CommandGuide/llvm-cxxfilt.rst
index 8c61cedd9b70b..8e509cec6ce02 100644
--- a/llvm/docs/CommandGuide/llvm-cxxfilt.rst
+++ b/llvm/docs/CommandGuide/llvm-cxxfilt.rst
@@ -54,8 +54,7 @@ OPTIONS
 
 .. option:: --no-strip-underscore, -n
 
-  Do not strip a leading underscore. This is the default for all platforms
-  except Mach-O based hosts.
+  Do not strip a leading underscore. This is the default for all platforms.
 
 .. option:: --quote
 
@@ -64,7 +63,7 @@ OPTIONS
 .. option:: --strip-underscore, -_
 
   Strip a single leading underscore, if present, from each input name before
-  demangling. On by default on Mach-O based platforms.
+  demangling.
 
 .. option:: --types, -t
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/165709


More information about the llvm-commits mailing list