diff options
Diffstat (limited to 'clang/test/CodeGenCXX/mangle-abi-examples.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/mangle-abi-examples.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/mangle-abi-examples.cpp b/clang/test/CodeGenCXX/mangle-abi-examples.cpp index 4d22f162547..6fb82cf8da5 100644 --- a/clang/test/CodeGenCXX/mangle-abi-examples.cpp +++ b/clang/test/CodeGenCXX/mangle-abi-examples.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -emit-llvm -cxx-abi itanium -o - | FileCheck %s +// RUN: %clang_cc1 %s -emit-llvm -triple %itanium_abi_triple -o - | FileCheck %s // CHECK: @_ZTVZ3foovEN1C1DE = // CHECK: @_ZTVZN1A3fooEiE1B = |