]> granicus.if.org Git - llvm/commitdiff
[PGO] Fix hexagon buildbot errors in r355541
authorRong Xu <xur@google.com>
Wed, 6 Mar 2019 22:16:47 +0000 (22:16 +0000)
committerRong Xu <xur@google.com>
Wed, 6 Mar 2019 22:16:47 +0000 (22:16 +0000)
Add "REQUIRES: x86-registered-target" to thinlto test cases.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355556 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/PGOProfile/thinlto_cspgo_gen.ll
test/Transforms/PGOProfile/thinlto_cspgo_use.ll

index f6b24a89efa8288c974170e2c64f22eea0fd544f..1f6264378b84e6def277d666aabb8b2fcadfc549 100644 (file)
@@ -1,3 +1,5 @@
+; REQUIRES: x86-registered-target
+
 ; RUN: opt -module-summary %s -o %t1.bc
 ; RUN: opt -module-summary %S/Inputs/thinlto_cspgo_bar_gen.ll -o %t2.bc
 ; RUN: llvm-lto2 run -lto-cspgo-profile-file=alloc -lto-cspgo-gen -save-temps -o %t %t1.bc %t2.bc \
index 92108ce05e813ff9c99d50aefb1271d5a9da4c0e..6a8b034315de646a131440d536041d847b05e916 100644 (file)
@@ -1,3 +1,5 @@
+; REQUIRES: x86-registered-target
+
 ; RUN: opt -module-summary %s -o %t1.bc
 ; RUN: opt -module-summary %S/Inputs/thinlto_cspgo_bar_use.ll -o %t2.bc
 ; RUN: llvm-profdata merge %S/Inputs/thinlto_cs.proftext -o %t3.profdata