Skip to content

Commit a8656c5

Browse files
authored
[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 #106233 was made. CC @Michael137 (I don't have merge rights myself).
1 parent 3b30010 commit a8656c5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/docs/CommandGuide/llvm-cxxfilt.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ OPTIONS
5454

5555
.. option:: --no-strip-underscore, -n
5656

57-
Do not strip a leading underscore. This is the default for all platforms
58-
except Mach-O based hosts.
57+
Do not strip a leading underscore. This is the default for all platforms.
5958

6059
.. option:: --quote
6160

@@ -64,7 +63,7 @@ OPTIONS
6463
.. option:: --strip-underscore, -_
6564

6665
Strip a single leading underscore, if present, from each input name before
67-
demangling. On by default on Mach-O based platforms.
66+
demangling.
6867

6968
.. option:: --types, -t
7069

0 commit comments

Comments
 (0)