aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Atanasyan <satanasyan@mips.com>2012-08-28 11:17:20 +0000
committerSimon Atanasyan <satanasyan@mips.com>2012-08-28 11:17:20 +0000
commit7ff32c6146df21d85f90864e1fde99cfc11a9f7c (patch)
treebf0ab0c148e44e2fc7af72f37494f3cdddec083e
parent02e221bad95aada3190fa6189e38023cba27bc72 (diff)
Check for MIPS target availability for Driver/mips-as.c test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162744 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Driver/mips-as.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Driver/mips-as.c b/test/Driver/mips-as.c
index 0ace4dd51c..da6b777e1a 100644
--- a/test/Driver/mips-as.c
+++ b/test/Driver/mips-as.c
@@ -1,3 +1,5 @@
+// REQUIRES: mips-registered-target
+//
// Check passing options to the assembler for MIPS targets.
//
// RUN: %clang -target mips-linux-gnu -### \