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
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-cxxfilt
/
strip-underscore-default-darwin.test
blob
7dcffa05a0488790eafb03408e0d7af141fe036c
1
REQUIRES: system-darwin
2
3
## Show that on darwin, the default is to strip the leading underscore.
4
5
RUN: llvm-cxxfilt __Z1fv _Z2bav | FileCheck %s
6
CHECK: f()
7
CHECK: _Z2bav