]> granicus.if.org Git - clang/commitdiff
Don't try to run a test that generates code for x86 if it's not a registered target.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 30 Aug 2016 23:53:34 +0000 (23:53 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 30 Aug 2016 23:53:34 +0000 (23:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@280178 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/cl-pch.c

index 339b7a6efd752ecd8bb0597a57b17714520e578c..75e2cf8c418266282d0d02ad520d1d9bffedcc57 100644 (file)
@@ -1,3 +1,5 @@
+// REQUIRES: x86-registered-target
+//
 // RUN: rm -rf %t
 // RUN: mkdir %t
 //