diff options
author | Simon Atanasyan <simon@atanasyan.com> | 2013-04-22 20:26:27 +0000 |
---|---|---|
committer | Simon Atanasyan <simon@atanasyan.com> | 2013-04-22 20:26:27 +0000 |
commit | 387f8aadab92dd67cc0610424b78bf6088b8c28b (patch) | |
tree | c6f04bed4b50938808cbc2a481a0194648dd0bd5 | |
parent | c7f2bfb4a2dcda757619356a28cb633711a6548c (diff) |
[Mips] Remove "REQUIRES: mips-registered-target" from some MIPS-related
driver tests. These tests check the driver only and do not require mips
target.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180042 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Driver/mips-as.c | 2 | ||||
-rw-r--r-- | test/Driver/mips-cs-header-search.cpp | 2 | ||||
-rw-r--r-- | test/Driver/mips-cs-ld.c | 2 | ||||
-rw-r--r-- | test/Driver/mips-eleb.c | 2 | ||||
-rw-r--r-- | test/Driver/mips-features.c | 2 | ||||
-rw-r--r-- | test/Driver/mips-float.c | 1 |
6 files changed, 0 insertions, 11 deletions
diff --git a/test/Driver/mips-as.c b/test/Driver/mips-as.c index 146b1930c6..a40c3b2663 100644 --- a/test/Driver/mips-as.c +++ b/test/Driver/mips-as.c @@ -1,5 +1,3 @@ -// REQUIRES: mips-registered-target -// // Check passing options to the assembler for MIPS targets. // // RUN: %clang -target mips-linux-gnu -### \ diff --git a/test/Driver/mips-cs-header-search.cpp b/test/Driver/mips-cs-header-search.cpp index b8bc832199..e59fadca58 100644 --- a/test/Driver/mips-cs-header-search.cpp +++ b/test/Driver/mips-cs-header-search.cpp @@ -1,5 +1,3 @@ -// REQUIRES: mips-registered-target -// // Check frontend invocations on Mentor Graphics MIPS toolchain. // // = Big-endian, hard float diff --git a/test/Driver/mips-cs-ld.c b/test/Driver/mips-cs-ld.c index 96d8e7c355..583d74e52b 100644 --- a/test/Driver/mips-cs-ld.c +++ b/test/Driver/mips-cs-ld.c @@ -1,5 +1,3 @@ -// REQUIRES: mips-registered-target -// // Check ld invocations on Mentor Graphics MIPS toolchain. // // = Big-endian, hard float diff --git a/test/Driver/mips-eleb.c b/test/Driver/mips-eleb.c index 8afe44f51c..a5084a19ba 100644 --- a/test/Driver/mips-eleb.c +++ b/test/Driver/mips-eleb.c @@ -1,5 +1,3 @@ -// REQUIRES: mips-registered-target -// // Check that -EL/-EB options adjust the toolchain flags. // // RUN: %clang -target mips-unknown-linux-gnu -### \ diff --git a/test/Driver/mips-features.c b/test/Driver/mips-features.c index 3f4730b863..31bf1935ea 100644 --- a/test/Driver/mips-features.c +++ b/test/Driver/mips-features.c @@ -1,5 +1,3 @@ -// REQUIRES: mips-registered-target -// // Check handling MIPS specific features options. // // -mips16 diff --git a/test/Driver/mips-float.c b/test/Driver/mips-float.c index b52dad3dbe..9e62c0a95e 100644 --- a/test/Driver/mips-float.c +++ b/test/Driver/mips-float.c @@ -1,4 +1,3 @@ -// REQUIRES: mips-registered-target // Check handling -mhard-float / -msoft-float / -mfloat-abi options // when build for MIPS platforms. // |