[Mips] Remove "REQUIRES: mips-registered-target" from some MIPS-related

driver tests. These tests check the driver only and do not require mips
target.

llvm-svn: 180042
This commit is contained in:
Simon Atanasyan 2013-04-22 20:26:27 +00:00
parent 21a8c2f361
commit af9ebc742d
6 changed files with 0 additions and 11 deletions

View File

@ -1,5 +1,3 @@
// REQUIRES: mips-registered-target
//
// Check passing options to the assembler for MIPS targets.
//
// RUN: %clang -target mips-linux-gnu -### \

View File

@ -1,5 +1,3 @@
// REQUIRES: mips-registered-target
//
// Check frontend invocations on Mentor Graphics MIPS toolchain.
//
// = Big-endian, hard float

View File

@ -1,5 +1,3 @@
// REQUIRES: mips-registered-target
//
// Check ld invocations on Mentor Graphics MIPS toolchain.
//
// = Big-endian, hard float

View 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 -### \

View File

@ -1,5 +1,3 @@
// REQUIRES: mips-registered-target
//
// Check handling MIPS specific features options.
//
// -mips16

View File

@ -1,4 +1,3 @@
// REQUIRES: mips-registered-target
// Check handling -mhard-float / -msoft-float / -mfloat-abi options
// when build for MIPS platforms.
//