]> granicus.if.org Git - clang/commitdiff
Follow-up to r293732: add a proper triple to the test
authorHans Wennborg <hans@hanshq.net>
Wed, 1 Feb 2017 02:48:02 +0000 (02:48 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 1 Feb 2017 02:48:02 +0000 (02:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@293735 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/initializer-list-ctor-order.cpp

index 6cd5c35d0c97fa38e6d9ac09a8bbf3917601facc..390fe4f5c30425069f4c685e64826ece6d894908 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -std=c++11 %s -emit-llvm -o - -triple %itanium_abi_triple | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-ITANIUM
-// RUN: %clang_cc1 -std=c++11 %s -emit-llvm -o - -triple i686-windows        | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-MS
+// RUN: %clang_cc1 -std=c++11 %s -emit-llvm -o - -triple i686-linux-gnu | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-ITANIUM
+// RUN: %clang_cc1 -std=c++11 %s -emit-llvm -o - -triple i686-windows   | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-MS
 
 extern "C" {
 int f();