]> granicus.if.org Git - clang/commitdiff
Require an x86 target for the thinlto_backend.ll test.
authorPeter Collingbourne <peter@pcc.me.uk>
Wed, 22 Jun 2016 01:40:47 +0000 (01:40 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Wed, 22 Jun 2016 01:40:47 +0000 (01:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@273361 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/thinlto_backend.ll

index 608204966b992cd1f719c6b939b6b8708968adbc..0fb2643e037d4e10a5d77ecb3fb213de1e819aaf 100644 (file)
@@ -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