Sign in
llvm
/
llvm
/
a34f510e3f6e720a8f35eace0765b5e7f774708d
/
.
/
test
/
tools
/
llvm-cxxfilt
/
abitag.test
blob: f4fabc87bae4d6790af5847c8b561fa80c79e768 [
file
]
RUN
:
llvm
-
cxxfilt _Z14returns_stringB5cxx11v _Z6globalB5cxx11 _Z6globalB12a_longer_tag
|
FileCheck
%
s
CHECK
:
returns_string
[
abi
:
cxx11
]()
CHECK
-
NEXT
:
global
[
abi
:
cxx11
]
CHECK
-
NEXT
:
global
[
abi
:
a_longer_tag
]