[llvm] a8656c5 - [llvm-cxxfilt] update docs to reflect #106233 (#165709)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 30 05:18:04 PDT 2025
Author: Mads Marquart
Date: 2025-10-30T12:18:00Z
New Revision: a8656c556610653bfb3dbdf408932da9eca8b8db
URL: https://github.com/llvm/llvm-project/commit/a8656c556610653bfb3dbdf408932da9eca8b8db
DIFF: https://github.com/llvm/llvm-project/commit/a8656c556610653bfb3dbdf408932da9eca8b8db.diff
LOG: [llvm-cxxfilt] update docs to reflect #106233 (#165709)
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).
Added:
Modified:
llvm/docs/CommandGuide/llvm-cxxfilt.rst
Removed:
################################################################################
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
More information about the llvm-commits
mailing list