r180042 - [Mips] Remove "REQUIRES: mips-registered-target" from some MIPS-related
Simon Atanasyan
simon at atanasyan.com
Mon Apr 22 13:26:28 PDT 2013
Author: atanasyan
Date: Mon Apr 22 15:26:27 2013
New Revision: 180042
URL: http://llvm.org/viewvc/llvm-project?rev=180042&view=rev
Log:
[Mips] Remove "REQUIRES: mips-registered-target" from some MIPS-related
driver tests. These tests check the driver only and do not require mips
target.
Modified:
cfe/trunk/test/Driver/mips-as.c
cfe/trunk/test/Driver/mips-cs-header-search.cpp
cfe/trunk/test/Driver/mips-cs-ld.c
cfe/trunk/test/Driver/mips-eleb.c
cfe/trunk/test/Driver/mips-features.c
cfe/trunk/test/Driver/mips-float.c
Modified: cfe/trunk/test/Driver/mips-as.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/mips-as.c?rev=180042&r1=180041&r2=180042&view=diff
==============================================================================
--- cfe/trunk/test/Driver/mips-as.c (original)
+++ cfe/trunk/test/Driver/mips-as.c Mon Apr 22 15:26:27 2013
@@ -1,5 +1,3 @@
-// REQUIRES: mips-registered-target
-//
// Check passing options to the assembler for MIPS targets.
//
// RUN: %clang -target mips-linux-gnu -### \
Modified: cfe/trunk/test/Driver/mips-cs-header-search.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/mips-cs-header-search.cpp?rev=180042&r1=180041&r2=180042&view=diff
==============================================================================
--- cfe/trunk/test/Driver/mips-cs-header-search.cpp (original)
+++ cfe/trunk/test/Driver/mips-cs-header-search.cpp Mon Apr 22 15:26:27 2013
@@ -1,5 +1,3 @@
-// REQUIRES: mips-registered-target
-//
// Check frontend invocations on Mentor Graphics MIPS toolchain.
//
// = Big-endian, hard float
Modified: cfe/trunk/test/Driver/mips-cs-ld.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/mips-cs-ld.c?rev=180042&r1=180041&r2=180042&view=diff
==============================================================================
--- cfe/trunk/test/Driver/mips-cs-ld.c (original)
+++ cfe/trunk/test/Driver/mips-cs-ld.c Mon Apr 22 15:26:27 2013
@@ -1,5 +1,3 @@
-// REQUIRES: mips-registered-target
-//
// Check ld invocations on Mentor Graphics MIPS toolchain.
//
// = Big-endian, hard float
Modified: cfe/trunk/test/Driver/mips-eleb.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/mips-eleb.c?rev=180042&r1=180041&r2=180042&view=diff
==============================================================================
--- cfe/trunk/test/Driver/mips-eleb.c (original)
+++ cfe/trunk/test/Driver/mips-eleb.c Mon Apr 22 15:26:27 2013
@@ -1,5 +1,3 @@
-// REQUIRES: mips-registered-target
-//
// Check that -EL/-EB options adjust the toolchain flags.
//
// RUN: %clang -target mips-unknown-linux-gnu -### \
Modified: cfe/trunk/test/Driver/mips-features.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/mips-features.c?rev=180042&r1=180041&r2=180042&view=diff
==============================================================================
--- cfe/trunk/test/Driver/mips-features.c (original)
+++ cfe/trunk/test/Driver/mips-features.c Mon Apr 22 15:26:27 2013
@@ -1,5 +1,3 @@
-// REQUIRES: mips-registered-target
-//
// Check handling MIPS specific features options.
//
// -mips16
Modified: cfe/trunk/test/Driver/mips-float.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/mips-float.c?rev=180042&r1=180041&r2=180042&view=diff
==============================================================================
--- cfe/trunk/test/Driver/mips-float.c (original)
+++ cfe/trunk/test/Driver/mips-float.c Mon Apr 22 15:26:27 2013
@@ -1,4 +1,3 @@
-// REQUIRES: mips-registered-target
// Check handling -mhard-float / -msoft-float / -mfloat-abi options
// when build for MIPS platforms.
//
More information about the cfe-commits
mailing list