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)
llvm-svn: 179236

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

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