diff options
-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. // |