summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-06-25 22:46:44 +0000
committerAlp Toker <alp@nuanti.com>2014-06-25 22:46:44 +0000
commit772c670143b4e9a72ca30347bea216d20999c732 (patch)
tree439603521f7321ebddd703797d0cb7ac3821f3b3
parent7a08bd78a5be9410fa910961f001e157f68f2e6f (diff)
downloadclang-772c670143b4e9a72ca30347bea216d20999c732.tar.gz
clang-772c670143b4e9a72ca30347bea216d20999c732.tar.bz2
clang-772c670143b4e9a72ca30347bea216d20999c732.tar.xz
Remove REQUIRES lines from portable tests
These tests are target-independent and shouldn't ever be suppressed. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211738 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Driver/freebsd.c1
-rw-r--r--test/Driver/hexagon-toolchain-elf.c2
-rw-r--r--test/Driver/hexagon-toolchain.c2
-rw-r--r--test/Modules/compiler_builtins_arm.m1
4 files changed, 0 insertions, 6 deletions
diff --git a/test/Driver/freebsd.c b/test/Driver/freebsd.c
index 4b45d055ed..e236ea1806 100644
--- a/test/Driver/freebsd.c
+++ b/test/Driver/freebsd.c
@@ -1,4 +1,3 @@
-// REQUIRES: powerpc-registered-target,mips-registered-target
// RUN: %clang -no-canonical-prefixes \
// RUN: -target powerpc-pc-freebsd8 %s \
// RUN: --sysroot=%S/Inputs/basic_freebsd_tree -### 2>&1 \
diff --git a/test/Driver/hexagon-toolchain-elf.c b/test/Driver/hexagon-toolchain-elf.c
index f60c61c9c3..71ae6dffd2 100644
--- a/test/Driver/hexagon-toolchain-elf.c
+++ b/test/Driver/hexagon-toolchain-elf.c
@@ -1,5 +1,3 @@
-// REQUIRES: hexagon-registered-target
-
// -----------------------------------------------------------------------------
// Test standard include paths
// -----------------------------------------------------------------------------
diff --git a/test/Driver/hexagon-toolchain.c b/test/Driver/hexagon-toolchain.c
index f3d7e25aa9..46828ce870 100644
--- a/test/Driver/hexagon-toolchain.c
+++ b/test/Driver/hexagon-toolchain.c
@@ -1,5 +1,3 @@
-// REQUIRES: hexagon-registered-target
-
// -----------------------------------------------------------------------------
// Test standard include paths
// -----------------------------------------------------------------------------
diff --git a/test/Modules/compiler_builtins_arm.m b/test/Modules/compiler_builtins_arm.m
index d15437cafc..5da6a12fb3 100644
--- a/test/Modules/compiler_builtins_arm.m
+++ b/test/Modules/compiler_builtins_arm.m
@@ -1,6 +1,5 @@
// RUN: rm -rf %t
// RUN: %clang_cc1 -fsyntax-only -triple thumbv7-none-linux-gnueabihf -target-abi aapcs -target-cpu cortex-a8 -mfloat-abi hard -std=c99 -fmodules -fmodules-cache-path=%t -D__need_wint_t %s -verify
// expected-no-diagnostics
-// REQUIRES: arm-registered-target
@import _Builtin_intrinsics.arm.neon;