Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532."

According to r166543, it is not needed for now.

llvm-svn: 166544
This commit is contained in:
NAKAMURA Takumi 2012-10-24 03:59:09 +00:00
parent dc06b2d39d
commit f1f6e99c53
8 changed files with 0 additions and 12 deletions

View File

@ -1,5 +1,4 @@
// RUN: %clang -ccc-host-triple armv7-none-linux-gnueabi -mcpu=cortex-a15 -emit-llvm -S %s -o /dev/null
// REQUIRES: arm-registered-target
int main() {
return 0;

View File

@ -1,6 +1,5 @@
// RUN: %clang_cc1 -triple nvptx-unknown-unknown -emit-llvm -o %t %s
// RUN: %clang_cc1 -triple nvptx64-unknown-unknown -emit-llvm -o %t %s
// REQUIRES: nvptx-registered-target,nvptx64-registered-target
int read_tid() {

View File

@ -1,5 +1,4 @@
// RUN: %clang -target mipsel-unknown-linux -S -o - -emit-llvm %s
// REQUIRES: mips-registered-target
/*
This checks that the frontend will accept both

View File

@ -1,6 +1,5 @@
// RUN: %clang_cc1 -triple nvptx-unknown-unknown -O3 -S -o %t %s -emit-llvm
// RUN: %clang_cc1 -triple nvptx64-unknown-unknown -O3 -S -o %t %s -emit-llvm
// REQUIRES: nvptx-registered-target,nvptx64-registered-target
// Just make sure Clang uses the proper calling convention for the NVPTX back-end.
// If something is wrong, the back-end will fail.

View File

@ -14,8 +14,6 @@
// RUN: %clang_cc1 %s -triple powerpc-unknown-unknown -O3 -emit-llvm -o %t
// RUN: not grep '@g0' %t
// REQUIRES: ppc32-registered-target,x86-registered-target,x86-64-registered-target
typedef _Bool BoolTy;
typedef int ScalarTy;
typedef _Complex int ComplexTy;

View File

@ -4,8 +4,6 @@
// RUN: %clang_cc1 -triple armv6-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -target-abi apcs-gnu -emit-llvm -o %t2 %s
// RUN: FileCheck -check-prefix=CHECK-ARM < %t2 %s
// REQUIRES: arm-registered-target,x86-registered-target
@interface I0 {
@public
unsigned x:15;

View File

@ -36,8 +36,6 @@
// CHECK-ARMV6: define internal void @"\01-[A im0]"
// CHECK-ARMV6: define internal void @"\01-[A(Cat) im1]"
// REQUIRES: arm-registered-target,x86-64-registered-target
@interface A
@end

View File

@ -17,5 +17,3 @@
// <rdar://problem/7181838> clang 1.0 fails to compile Python 2.6
// RUN: %clang -target x86_64-apple-darwin9 -### -S %s -mmacosx-version-min=10.4
// REQUIRES: arm-registered-target,mips-registered-target,ppc32-registered-target,ppc64-registered-target,sparc-registered-target,x86-registered-target,x86-64-registered-target