diff options
author | Adrian Prantl <aprantl@apple.com> | 2013-04-10 23:08:57 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2013-04-10 23:08:57 +0000 |
commit | 1fd14031838e3eeae0f047f9143b8e09266e4e94 (patch) | |
tree | 47d014e50b57f9767d572249880316d2c995d159 | |
parent | 8cf91f7efb4dcb238fe443915d9a30119ce5b70c (diff) |
add mips target requirement to testcase
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179236 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/mips-inline-asm-modifiers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/mips-inline-asm-modifiers.c b/test/CodeGen/mips-inline-asm-modifiers.c index 5ead8fbb40..01b2453f98 100644 --- a/test/CodeGen/mips-inline-asm-modifiers.c +++ b/test/CodeGen/mips-inline-asm-modifiers.c @@ -1,3 +1,4 @@ +// REQUIRES: mips-registered-target // RUN: %clang -target mipsel-unknown-linux -S -o - -emit-llvm %s \ // RUN: | FileCheck %s |