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
[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-cxxfilt
/
abitag.test
blob
172062b8d658b10bd7e582f4c0f4b822e810cd7b
1
RUN: llvm-cxxfilt -n _Z14returns_stringB5cxx11v _Z6globalB5cxx11 _Z6globalB12a_longer_tag | FileCheck %s
2
3
CHECK: returns_string[abi:cxx11]()
4
CHECK-NEXT: global[abi:cxx11]
5
CHECK-NEXT: global[abi:a_longer_tag]
6