Skip to content

Commit

Permalink
[mips] Add missing mips-registered-target to mips test.
Browse files Browse the repository at this point in the history
llvm-svn: 310715
  • Loading branch information
Simon Dardis committed Aug 11, 2017
1 parent ad9d05d commit 16bddf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clang/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 \
Expand Down

0 comments on commit 16bddf2

Please sign in to comment.