]> granicus.if.org Git - clang/commitdiff
[Mips] Remove "REQUIRES: mips-registered-target" from some MIPS-related
authorSimon Atanasyan <simon@atanasyan.com>
Mon, 22 Apr 2013 20:26:27 +0000 (20:26 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Mon, 22 Apr 2013 20:26:27 +0000 (20:26 +0000)
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

test/Driver/mips-as.c
test/Driver/mips-cs-header-search.cpp
test/Driver/mips-cs-ld.c
test/Driver/mips-eleb.c
test/Driver/mips-features.c
test/Driver/mips-float.c

index 146b1930c61814a283a0db2364c1ebbee5ef3e8a..a40c3b266399b0cbea58def56713b057427390dc 100644 (file)
@@ -1,5 +1,3 @@
-// REQUIRES: mips-registered-target
-//
 // Check passing options to the assembler for MIPS targets.
 //
 // RUN: %clang -target mips-linux-gnu -### \
index b8bc8321990d7efa86880ab8c9a219b97942c749..e59fadca585cc9eeb69a5eb42a16d3f221b94995 100644 (file)
@@ -1,5 +1,3 @@
-// REQUIRES: mips-registered-target
-//
 // Check frontend invocations on Mentor Graphics MIPS toolchain.
 //
 // = Big-endian, hard float
index 96d8e7c3551f0cc5508c617b79c86c69a481859f..583d74e52befefca6ed701e7ea822c1929f32cec 100644 (file)
@@ -1,5 +1,3 @@
-// REQUIRES: mips-registered-target
-//
 // Check ld invocations on Mentor Graphics MIPS toolchain.
 //
 // = Big-endian, hard float
index 8afe44f51c9ace87fe103cbd34286e8c36f574d9..a5084a19ba5063afa16d8e39ce9ed0973021754a 100644 (file)
@@ -1,5 +1,3 @@
-// REQUIRES: mips-registered-target
-//
 // Check that -EL/-EB options adjust the toolchain flags.
 //
 // RUN: %clang -target mips-unknown-linux-gnu -### \
index 3f4730b863d4324eae26f21a38c9ebb5e9712949..31bf1935ea0359ccdcf05480f7b7e0f44c242aab 100644 (file)
@@ -1,5 +1,3 @@
-// REQUIRES: mips-registered-target
-//
 // Check handling MIPS specific features options.
 //
 // -mips16
index b52dad3dbee99ef75b417f41046aa0aaf1673fa3..9e62c0a95e0496d8bc1de40271e09f9e0f99a755 100644 (file)
@@ -1,4 +1,3 @@
-// REQUIRES: mips-registered-target
 // Check handling -mhard-float / -msoft-float / -mfloat-abi options
 // when build for MIPS platforms.
 //