Remove REQUIRES lines from portable tests

These tests are target-independent and shouldn't ever be suppressed.

llvm-svn: 211738
This commit is contained in:
Alp Toker 2014-06-25 22:46:44 +00:00
parent dda00098bc
commit 262510a4ac
4 changed files with 0 additions and 6 deletions

View File

@ -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 \

View File

@ -1,5 +1,3 @@
// REQUIRES: hexagon-registered-target
// -----------------------------------------------------------------------------
// Test standard include paths
// -----------------------------------------------------------------------------

View File

@ -1,5 +1,3 @@
// REQUIRES: hexagon-registered-target
// -----------------------------------------------------------------------------
// Test standard include paths
// -----------------------------------------------------------------------------

View File

@ -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;