r293210 - Add missing x86 requirement.

Peter Collingbourne via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 26 13:38:48 PST 2017


Author: pcc
Date: Thu Jan 26 15:38:48 2017
New Revision: 293210

URL: http://llvm.org/viewvc/llvm-project?rev=293210&view=rev
Log:
Add missing x86 requirement.

Modified:
    cfe/trunk/test/CodeGen/thinlto-multi-module.ll

Modified: cfe/trunk/test/CodeGen/thinlto-multi-module.ll
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/thinlto-multi-module.ll?rev=293210&r1=293209&r2=293210&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/thinlto-multi-module.ll (original)
+++ cfe/trunk/test/CodeGen/thinlto-multi-module.ll Thu Jan 26 15:38:48 2017
@@ -1,3 +1,5 @@
+; REQUIRES: x86-registered-target
+
 ; RUN: opt -module-summary -o %t1.o %s
 ; RUN: llvm-lto -thinlto -o %t %t1.o
 




More information about the cfe-commits mailing list