From: Peter Collingbourne Date: Wed, 22 Jun 2016 01:40:47 +0000 (+0000) Subject: Require an x86 target for the thinlto_backend.ll test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0003f574f82f2920caddec197792da086ed9970e;p=clang Require an x86 target for the thinlto_backend.ll test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@273361 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/thinlto_backend.ll b/test/CodeGen/thinlto_backend.ll index 608204966b..0fb2643e03 100644 --- a/test/CodeGen/thinlto_backend.ll +++ b/test/CodeGen/thinlto_backend.ll @@ -1,3 +1,5 @@ +; REQUIRES: x86-registered-target + ; RUN: opt -module-summary -o %t1.o %s ; RUN: opt -module-summary -o %t2.o %S/Inputs/thinlto_backend.ll ; RUN: llvm-lto -thinlto -o %t %t1.o %t2.o