Index: test/tools/llvm-cxxfilt/abitag.test =================================================================== --- /dev/null +++ test/tools/llvm-cxxfilt/abitag.test @@ -0,0 +1,6 @@ +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] +