Sign in
llvm
/
llvm-project
/
cf3422d3df5b00d771bba837b9f51f67ab07eb64
/
.
/
llvm
/
test
/
tools
/
llvm-cxxfilt
/
strip-underscore-default.test
blob: 6d6fa51132b24045d3dba6a8c9f7c2404987d73f [
file
] [
log
] [
blame
]
UNSUPPORTED
:
system
-
darwin
## Show that on non-darwin systems, the default is to strip the leading
## underscore.
RUN
:
llvm
-
cxxfilt __Z1fv _Z2bav
|
FileCheck
%
s
CHECK
:
__Z1fv
CHECK
:
ba
()