diff options
author | Simon Atanasyan <satanasyan@mips.com> | 2012-08-28 11:17:20 +0000 |
---|---|---|
committer | Simon Atanasyan <satanasyan@mips.com> | 2012-08-28 11:17:20 +0000 |
commit | 7ff32c6146df21d85f90864e1fde99cfc11a9f7c (patch) | |
tree | bf0ab0c148e44e2fc7af72f37494f3cdddec083e | |
parent | 02e221bad95aada3190fa6189e38023cba27bc72 (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.c | 2 |
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 -### \ |