commit | 1fd14031838e3eeae0f047f9143b8e09266e4e94 | [log] [tgz] |
---|---|---|
author | Adrian Prantl <aprantl@apple.com> | Wed Apr 10 23:08:57 2013 +0000 |
committer | Adrian Prantl <aprantl@apple.com> | Wed Apr 10 23:08:57 2013 +0000 |
tree | 47d014e50b57f9767d572249880316d2c995d159 | |
parent | 8cf91f7efb4dcb238fe443915d9a30119ce5b70c [diff] [blame] |
add mips target requirement to testcase git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179236 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/mips-inline-asm-modifiers.c b/test/CodeGen/mips-inline-asm-modifiers.c index 5ead8fb..01b2453 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