[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / tools / llvm-cxxfilt / abitag.test
blob172062b8d658b10bd7e582f4c0f4b822e810cd7b
1 RUN: llvm-cxxfilt -n _Z14returns_stringB5cxx11v _Z6globalB5cxx11 _Z6globalB12a_longer_tag | FileCheck %s
3 CHECK: returns_string[abi:cxx11]()
4 CHECK-NEXT: global[abi:cxx11]
5 CHECK-NEXT: global[abi:a_longer_tag]