diff options
| author | Hans Wennborg <hans@hanshq.net> | 2017-02-01 02:48:02 +0000 |
|---|---|---|
| committer | Hans Wennborg <hans@hanshq.net> | 2017-02-01 02:48:02 +0000 |
| commit | fd350a3b4f1b1be71d47ad581cdcb04cc180f0cb (patch) | |
| tree | ee136b1703b67034ce775653b5e3751c58f5a6a0 | |
| parent | aded0f85e37532f67f9520a83a95e00d61f95e6f (diff) | |
| download | bcm5719-llvm-fd350a3b4f1b1be71d47ad581cdcb04cc180f0cb.tar.gz bcm5719-llvm-fd350a3b4f1b1be71d47ad581cdcb04cc180f0cb.zip | |
Follow-up to r293732: add a proper triple to the test
llvm-svn: 293735
| -rw-r--r-- | clang/test/CodeGenCXX/initializer-list-ctor-order.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenCXX/initializer-list-ctor-order.cpp b/clang/test/CodeGenCXX/initializer-list-ctor-order.cpp index 6cd5c35d0c9..390fe4f5c30 100644 --- a/clang/test/CodeGenCXX/initializer-list-ctor-order.cpp +++ b/clang/test/CodeGenCXX/initializer-list-ctor-order.cpp @@ -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(); |

