From: Adrian Prantl Date: Wed, 10 Apr 2013 23:08:57 +0000 (+0000) Subject: add mips target requirement to testcase X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fd14031838e3eeae0f047f9143b8e09266e4e94;p=clang 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 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