r293735 - Follow-up to r293732: add a proper triple to the test
Hans Wennborg via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 31 18:48:03 PST 2017
Author: hans
Date: Tue Jan 31 20:48:02 2017
New Revision: 293735
URL: http://llvm.org/viewvc/llvm-project?rev=293735&view=rev
Log:
Follow-up to r293732: add a proper triple to the test
Modified:
cfe/trunk/test/CodeGenCXX/initializer-list-ctor-order.cpp
Modified: cfe/trunk/test/CodeGenCXX/initializer-list-ctor-order.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/initializer-list-ctor-order.cpp?rev=293735&r1=293734&r2=293735&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/initializer-list-ctor-order.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/initializer-list-ctor-order.cpp Tue Jan 31 20:48:02 2017
@@ -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();
More information about the cfe-commits
mailing list