зеркало из https://github.com/microsoft/clang-1.git
XFAIL these tests on win32, since the win32 buildbot apparently disables all
targets except X86. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97718 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
b71f956471
Коммит
3ff63027f6
|
@ -1,6 +1,8 @@
|
|||
// RUN: %clang_cc1 -triple armv7-apple-darwin9 -target-abi apcs-gnu -emit-llvm -w -o - %s | FileCheck -check-prefix=APCS-GNU %s
|
||||
// RUN: %clang_cc1 -triple armv7-apple-darwin9 -target-abi aapcs -emit-llvm -w -o - %s | FileCheck -check-prefix=AAPCS %s
|
||||
|
||||
// XFAIL: win32
|
||||
|
||||
// APCS-GNU: define arm_apcscc signext i8 @f0()
|
||||
// AAPCS: define arm_aapcscc signext i8 @f0()
|
||||
char f0(void) {
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
// RUN: %clang_cc1 -triple armv6-unknown-unknown -emit-llvm -o %t %s
|
||||
|
||||
// XFAIL: win32
|
||||
|
||||
void test0(void) {
|
||||
asm volatile("mov r0, r0" :: );
|
||||
}
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
// RUN: %clang_cc1 -triple arm-unknown-unknown -emit-llvm -o - %s | FileCheck %s
|
||||
|
||||
// XFAIL: win32
|
||||
|
||||
// CHECK: declare arm_aapcscc i32 @printf(i8*, ...)
|
||||
void f0() {
|
||||
printf("a\n");
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
// RUN: %clang_cc1 -triple thumbv7-eabi -target-cpu cortex-a8 -O3 -emit-llvm -o %t %s
|
||||
|
||||
// XFAIL: win32
|
||||
|
||||
void *f0()
|
||||
{
|
||||
return __builtin_thread_pointer();
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
// RUN: %clang_cc1 -triple i386-apple-darwin9 -emit-llvm %s -o - | FileCheck -check-prefix LSB %s
|
||||
|
||||
// XFAIL: win32
|
||||
|
||||
// CHECK-LSB: @.str = private constant [8 x i8] c"string0\00"
|
||||
// CHECK-LSB: @.str1 = private constant [8 x i8] c"string1\00"
|
||||
// CHECK-LSB: @.str2 = internal constant [36 x i8] c"h\00e\00l\00l\00o\00 \00\92! \00\03& \00\90! \00w\00o\00r\00l\00d\00\00\00", align 2
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
// We also check _Bool and empty structures, as these can have annoying
|
||||
// corner cases.
|
||||
|
||||
// XFAIL: win32
|
||||
|
||||
// RUN: %clang_cc1 %s -triple i386-unknown-unknown -O3 -emit-llvm -o %t
|
||||
// RUN: not grep '@g0' %t
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// XFAIL: win32
|
||||
|
||||
// RUN: %clang_cc1 -g -triple armv6-apple-darwin9 -emit-llvm -o %t %s
|
||||
// RUN: %clang_cc1 -g -triple armv6-unknown-unknown -emit-llvm -o %t %s
|
||||
// RUN: %clang_cc1 -g -triple bfin-unknown-unknown -emit-llvm -o %t %s
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
// RUN: %clang -ccc-host-triple i386-apple-darwin9 -arch armv7 -flto -S -o - %s | FileCheck %s
|
||||
|
||||
// XFAIL: win32
|
||||
|
||||
// CHECK: @f0
|
||||
// CHECK-NOT: ssp
|
||||
// CHECK: ) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче