repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-cxxfilt
/
strip-underscore-default.test
blob
6d6fa51132b24045d3dba6a8c9f7c2404987d73f
1
UNSUPPORTED: system-darwin
2
3
## Show that on non-darwin systems, the default is to strip the leading
4
## underscore.
5
6
RUN: llvm-cxxfilt __Z1fv _Z2bav | FileCheck %s
7
CHECK: __Z1fv
8
CHECK: ba()