From: Richard Smith Date: Tue, 30 Aug 2016 23:53:34 +0000 (+0000) Subject: Don't try to run a test that generates code for x86 if it's not a registered target. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f6654a5dc88349305ce2fba2e624d941cc52357;p=clang Don't try to run a test that generates code for x86 if it's not a registered target. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@280178 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/cl-pch.c b/test/Driver/cl-pch.c index 339b7a6efd..75e2cf8c41 100644 --- a/test/Driver/cl-pch.c +++ b/test/Driver/cl-pch.c @@ -1,3 +1,5 @@ +// REQUIRES: x86-registered-target +// // RUN: rm -rf %t // RUN: mkdir %t //