summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/mips-float.c
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-07-09 18:34:21 +0000
committerJim Grosbach <grosbach@apple.com>2012-07-09 18:34:21 +0000
commit2987c57924b69f5af7fed5748de6d05d0d5c6e50 (patch)
treeecb5f4a05fd9dc193fa153daa0498bef45a73c5a /clang/test/Driver/mips-float.c
parent984d0ba6b66899d7e40b2b07bb9261c4cf0a16fb (diff)
downloadbcm5719-llvm-2987c57924b69f5af7fed5748de6d05d0d5c6e50.tar.gz
bcm5719-llvm-2987c57924b69f5af7fed5748de6d05d0d5c6e50.zip
Tests: check for target availability for target-specific tests.
Lots of tests are using an explicit target triple w/o first checking that the target is actually available. Add a REQUIRES clause to a bunch of them. This should hopefully unbreak bots which don't configure w/ all targets enabled. llvm-svn: 159949
Diffstat (limited to 'clang/test/Driver/mips-float.c')
-rw-r--r--clang/test/Driver/mips-float.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Driver/mips-float.c b/clang/test/Driver/mips-float.c
index c9e107f593a..95eb0025cc0 100644
--- a/clang/test/Driver/mips-float.c
+++ b/clang/test/Driver/mips-float.c
@@ -1,3 +1,4 @@
+// REQUIRES: mips-registered-target
// Check handling -mhard-float / -msoft-float / -mfloat-abi options
// when build for MIPS platforms.
//
OpenPOWER on IntegriCloud