Author: pcc Date: Tue Jun 21 20:40:47 2016 New Revision: 273361 URL: http://llvm.org/viewvc/llvm-project?rev=273361&view=rev Log: Require an x86 target for the thinlto_backend.ll test.
Modified: cfe/trunk/test/CodeGen/thinlto_backend.ll Modified: cfe/trunk/test/CodeGen/thinlto_backend.ll URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/thinlto_backend.ll?rev=273361&r1=273360&r2=273361&view=diff ============================================================================== --- cfe/trunk/test/CodeGen/thinlto_backend.ll (original) +++ cfe/trunk/test/CodeGen/thinlto_backend.ll Tue Jun 21 20:40:47 2016 @@ -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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits