]> granicus.if.org Git - clang/commitdiff
Remove some incorrect test suppressions
authorAlp Toker <alp@nuanti.com>
Mon, 30 Jun 2014 01:34:09 +0000 (01:34 +0000)
committerAlp Toker <alp@nuanti.com>
Mon, 30 Jun 2014 01:34:09 +0000 (01:34 +0000)
These don't actually require any registered backend to run.

This commit tests the water with a handful of fixes for what is a more
widespread problem.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212008 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/altivec.c
test/CodeGen/arm-metadata.c
test/CodeGen/powerpc_types.c
test/CodeGen/ppc64-complex-parms.c
test/CodeGenCXX/aarch64-mangle-neon-vectors.cpp
test/CodeGenCXX/aarch64-neon.cpp
test/CodeGenCXX/copy-assign-synthesis-1.cpp
test/CodeGenCXX/int64_uint64.cpp

index c25d9f4445d08a60edd76b7b8f3e8eec6cadfa47..29823031b56ad11507cb3e18b7041ee22a1b78ff 100644 (file)
@@ -1,4 +1,3 @@
-// REQUIRES: powerpc-registered-target
 // RUN: %clang_cc1 -faltivec -triple powerpc-unknown-unknown -emit-llvm %s -o - | FileCheck %s
 
 // Check initialization
index fd957a10e8909c3c048c507a0f341e8b08dcce2e..1cd9880f1b53aa1290582364e968b70edcb362dc 100644 (file)
@@ -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
index 8b2b156042919d88d848cc2fbfd743f378b21ac6..b7d0f5de49859d2cdf05fc929645abea95c3b238 100644 (file)
@@ -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>
index ec56f9f093b29b5b73a8ad5743d410c5c866ae8e..fe3025a711b1eb22046e5cdc24acda7107052808 100644 (file)
@@ -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);
index 1e662a02b93e7e64d7707d21191bbbf98d4ac362..3b4a309327fe613aa9da1b7c5ffcbc4ab67b0a0c 100644 (file)
@@ -1,4 +1,3 @@
-// REQUIRES: aarch64-registered-target
 // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon %s -emit-llvm -o - | FileCheck %s
 
 typedef unsigned char uint8_t;
index 8929c1704326016221d3f54124f0207859f95eef..d6f6b0e894fbf08c984b1bc40374497ec27e00f8 100644 (file)
@@ -2,7 +2,7 @@
 // RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \
 // RUN:   -ffp-contract=fast -S -O3 -o - %s | FileCheck %s
 
-// Test whether arm_neon.h can be used in .cpp file.
+// Test whether arm_neon.h works as expected in C++.
 
 #include "arm_neon.h"
 
index 6e940f2d0dfcd7e49723624c1668eb58a2c6105b..3f0833b4736c07c35c1205089cf3828d618fbd54 100644 (file)
@@ -1,4 +1,3 @@
-// REQUIRES: x86-registered-target
 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -emit-llvm %s -o - | \
 // RUN: FileCheck %s
 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++11 -emit-llvm %s -o - | \
index f09a5e6f1a009b9df2994120dd58682a2963361f..aad6ea0b741de2e362c93a7ac9a706a5867312b6 100644 (file)
@@ -1,9 +1,7 @@
-// REQUIRES: arm-registered-target
 // RUN: %clang_cc1 -triple arm-linux-guneabi \
 // RUN:   -target-cpu cortex-a8 \
 // RUN:   -emit-llvm -w -O1 -o - %s | FileCheck --check-prefix=CHECK-ARM %s
 
-// REQUIRES: aarch64-registered-target
 // RUN: %clang_cc1 -triple arm64-linux-gnueabi \
 // RUN:   -target-feature +neon \
 // RUN:   -emit-llvm -w -O1 -o - %s | FileCheck --check-prefix=CHECK-AARCH64 %s