forked from OSchip/llvm-project
Follow-up to r293732: add a proper triple to the test
llvm-svn: 293735
This commit is contained in:
parent
aded0f85e3
commit
fd350a3b4f
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue