]> granicus.if.org Git - clang/commitdiff
[mips] Add missing mips-registered-target to mips test.
authorSimon Dardis <simon.dardis@imgtec.com>
Fri, 11 Aug 2017 15:23:23 +0000 (15:23 +0000)
committerSimon Dardis <simon.dardis@imgtec.com>
Fri, 11 Aug 2017 15:23:23 +0000 (15:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@310715 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/mips-abi.c

index 8e3f7c0cd12c39a1396e15ea3f3cdb4c7d3eb95d..8591a45d3eedfad709bf72efae285e1e6c33f0d5 100644 (file)
@@ -1,5 +1,7 @@
 // Check passing Mips ABI options to the backend.
 //
+// REQUIRES: mips-registered-target
+//
 // RUN: %clang -target mips-linux-gnu -### -c %s 2>&1 \
 // RUN:   | FileCheck -check-prefix=MIPS32R2-O32 %s
 // RUN: %clang -target mips64-linux-gnu -mips32r2 -mabi=32 -### -c %s 2>&1 \