]> granicus.if.org Git - clang/commitdiff
add mips target requirement to testcase
authorAdrian Prantl <aprantl@apple.com>
Wed, 10 Apr 2013 23:08:57 +0000 (23:08 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 10 Apr 2013 23:08:57 +0000 (23:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179236 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/mips-inline-asm-modifiers.c

index 5ead8fbb407bbfd6372e12c3148535bd87cda4df..01b2453f98f851464fc877edc393b2d8fd769744 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: mips-registered-target
 // RUN: %clang -target mipsel-unknown-linux -S -o - -emit-llvm %s \
 // RUN: | FileCheck %s