Skip to content

Commit 9614a7c

Browse files
committed
[test][llvm-cxxfilt] Improve comment for clarity
Differential Revision: https://reviews.llvm.org/D71202
1 parent b36b163 commit 9614a7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/tools/llvm-cxxfilt/simple.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Show that llvm-cxxfilt can handle basic demangling for command-line inputs,
22
## 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.
3+
## (alias for --no-strip-underscore) because on darwin, the default for
4+
## --strip-underscore is true, but false elsewhere.
55

66
RUN: llvm-cxxfilt -n _Z1fi abc | FileCheck %s
77
RUN: echo "Mangled _Z1fi and _Z3foov in string." | llvm-cxxfilt -n \

0 commit comments

Comments
 (0)