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
-// REQUIRES: mips-registered-target
-//
// Check passing options to the assembler for MIPS targets.
//
// RUN: %clang -target mips-linux-gnu -### \
-// REQUIRES: mips-registered-target
-//
// Check frontend invocations on Mentor Graphics MIPS toolchain.
//
// = Big-endian, hard float
-// REQUIRES: mips-registered-target
-//
// Check ld invocations on Mentor Graphics MIPS toolchain.
//
// = Big-endian, hard float
-// REQUIRES: mips-registered-target
-//
// Check that -EL/-EB options adjust the toolchain flags.
//
// RUN: %clang -target mips-unknown-linux-gnu -### \
-// REQUIRES: mips-registered-target
-//
// Check handling MIPS specific features options.
//
// -mips16
-// REQUIRES: mips-registered-target
// Check handling -mhard-float / -msoft-float / -mfloat-abi options
// when build for MIPS platforms.
//