[llvm] r313153 - Fix bot failures by requiring x86 target in new test

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 13 08:35:35 PDT 2017


Author: tejohnson
Date: Wed Sep 13 08:35:35 2017
New Revision: 313153

URL: http://llvm.org/viewvc/llvm-project?rev=313153&view=rev
Log:
Fix bot failures by requiring x86 target in new test

The test added in r313151 requires a target triple since it is
running through code generation. Fix bot failures by requiring
an x86 target.

Modified:
    llvm/trunk/test/Transforms/PGOProfile/thinlto_samplepgo_icp2.ll

Modified: llvm/trunk/test/Transforms/PGOProfile/thinlto_samplepgo_icp2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/PGOProfile/thinlto_samplepgo_icp2.ll?rev=313153&r1=313152&r2=313153&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/PGOProfile/thinlto_samplepgo_icp2.ll (original)
+++ llvm/trunk/test/Transforms/PGOProfile/thinlto_samplepgo_icp2.ll Wed Sep 13 08:35:35 2017
@@ -6,6 +6,8 @@
 ; need adjustment (in that case _ZL3foov should not be imported/promoted,
 ; and _ZL3barv can be internalized/removed).
 
+; REQUIRES: x86-registered-target
+
 ; Do setup work for all below tests: generate bitcode and combined index
 ; RUN: opt -module-summary %s -o %t.bc
 ; RUN: opt -module-summary %p/Inputs/thinlto_samplepgo_icp2a.ll -o %t2a.bc




More information about the llvm-commits mailing list