We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b36b163 commit 9614a7cCopy full SHA for 9614a7c
llvm/test/tools/llvm-cxxfilt/simple.test
@@ -1,7 +1,7 @@
1
## Show that llvm-cxxfilt can handle basic demangling for command-line inputs,
2
## including when they are part of a string. Note that this test uses "-n"
3
-## because on darwin, the default for --strip-underscore is true, but false
4
-## elsewhere.
+## (alias for --no-strip-underscore) because on darwin, the default for
+## --strip-underscore is true, but false elsewhere.
5
6
RUN: llvm-cxxfilt -n _Z1fi abc | FileCheck %s
7
RUN: echo "Mangled _Z1fi and _Z3foov in string." | llvm-cxxfilt -n \
0 commit comments