diff options
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/altivec.c | 1 | ||||
-rw-r--r-- | test/CodeGen/arm-metadata.c | 1 | ||||
-rw-r--r-- | test/CodeGen/powerpc_types.c | 1 | ||||
-rw-r--r-- | test/CodeGen/ppc64-complex-parms.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/test/CodeGen/altivec.c b/test/CodeGen/altivec.c index c25d9f4445..29823031b5 100644 --- a/test/CodeGen/altivec.c +++ b/test/CodeGen/altivec.c @@ -1,4 +1,3 @@ -// REQUIRES: powerpc-registered-target // RUN: %clang_cc1 -faltivec -triple powerpc-unknown-unknown -emit-llvm %s -o - | FileCheck %s // Check initialization diff --git a/test/CodeGen/arm-metadata.c b/test/CodeGen/arm-metadata.c index fd957a10e8..1cd9880f1b 100644 --- a/test/CodeGen/arm-metadata.c +++ b/test/CodeGen/arm-metadata.c @@ -1,4 +1,3 @@ -// REQUIRES: arm-registered-target // RUN: %clang_cc1 -triple armv7a-linux-gnueabi -emit-llvm -o - %s | FileCheck -check-prefix=DEFAULT %s // RUN: %clang_cc1 -triple armv7a-linux-gnueabi -emit-llvm -o - %s -fshort-enums | FileCheck -check-prefix=SHORT-ENUM %s // RUN: %clang_cc1 -triple armv7a-linux-gnueabi -emit-llvm -o - %s -fshort-wchar | FileCheck -check-prefix=SHORT-WCHAR %s diff --git a/test/CodeGen/powerpc_types.c b/test/CodeGen/powerpc_types.c index 8b2b156042..b7d0f5de49 100644 --- a/test/CodeGen/powerpc_types.c +++ b/test/CodeGen/powerpc_types.c @@ -1,4 +1,3 @@ -// REQUIRES: powerpc-registered-target // RUN: %clang_cc1 -triple powerpc-unknown-freebsd -emit-llvm -o - %s| FileCheck -check-prefix=SVR4-CHECK %s #include <stdarg.h> diff --git a/test/CodeGen/ppc64-complex-parms.c b/test/CodeGen/ppc64-complex-parms.c index ec56f9f093..fe3025a711 100644 --- a/test/CodeGen/ppc64-complex-parms.c +++ b/test/CodeGen/ppc64-complex-parms.c @@ -1,4 +1,3 @@ -// REQUIRES: powerpc-registered-target // RUN: %clang_cc1 -triple powerpc64-unknown-linux-gnu -emit-llvm -o - %s | FileCheck %s float crealf(_Complex float); |