]> granicus.if.org Git - clang/commitdiff
Fix clang tests
authorMandeep Singh Grang <mgrang@codeaurora.org>
Tue, 18 Oct 2016 19:22:20 +0000 (19:22 +0000)
committerMandeep Singh Grang <mgrang@codeaurora.org>
Tue, 18 Oct 2016 19:22:20 +0000 (19:22 +0000)
Summary:
Add REQUIRES for target specific tests.

Patch by Azharuddin Mohammed.

Reviewers: apazos, weimingz, rsmith, ddunbar, spop, mgrang

Subscribers: sebpop, llvm-commits

Differential Revision: https://reviews.llvm.org/D25574

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284517 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/mips-cs.cpp
test/Driver/mips-fsf.cpp
test/Driver/mips-img-v2.cpp
test/Driver/mips-img.cpp
test/Driver/sysroot.c

index bca2ab9fa26fffa050f9d2958bb50e70053e09ca..6ef4c5d4350cd2122308b95bc7aea228155a4a88 100644 (file)
@@ -1,3 +1,5 @@
+// REQUIRES: mips-registered-target
+//
 // Check frontend and linker invocations on Mentor Graphics MIPS toolchain.
 //
 // = Big-endian, hard float
index 68ee490a88ac6525409ad21986a5b1afb399d758..b94da697891690767ecbf4971e903fc7cf477621 100644 (file)
@@ -1,3 +1,5 @@
+// REQUIRES: mips-registered-target
+
 // Check frontend and linker invocations on FSF MIPS toolchain.
 //
 // = Big-endian, mips32, hard float
index 34cf3d726e2d0a5e5256f0863c30bcf48b9ef920..69250b716e5b1b517a84a6dd65266080abbf1e0a 100644 (file)
@@ -1,3 +1,5 @@
+// REQUIRES: mips-registered-target
+
 // Check frontend and linker invocations on the IMG v2 MIPS toolchain.
 
 // -EB -mips32r6 -mhard-float -mabi=32
index 9d8cfba13ef6d0567bfcfb22770894f89cdcffa2..c97bb9478e7cb93d7d706b4e199d8fa79484d333 100644 (file)
@@ -1,3 +1,5 @@
+// REQUIRES: mips-registered-target
+
 // Check frontend and linker invocations on the IMG MIPS toolchain.
 //
 // = Big-endian, mips32r6
index 3080f76e031686058801e0e3b6ac8515a879b194..4e9ed2bf6b6821345c4a203f6509e9d86fea6682 100644 (file)
@@ -1,3 +1,5 @@
+// REQUIRES: x86-registered-target
+//
 // Check that --sysroot= also applies to header search paths.
 // RUN: %clang -target i386-unk-unk --sysroot=/FOO -### -E %s 2> %t1
 // RUN: FileCheck --check-prefix=CHECK-SYSROOTEQ < %t1 %s