aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/mips-abi.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Driver/mips-abi.c')
-rw-r--r--test/Driver/mips-abi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Driver/mips-abi.c b/test/Driver/mips-abi.c
index 8e3f7c0cd12c..8591a45d3eed 100644
--- a/test/Driver/mips-abi.c
+++ b/test/Driver/mips-abi.c
@@ -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 \