From: Rong Xu Date: Wed, 6 Mar 2019 22:16:47 +0000 (+0000) Subject: [PGO] Fix hexagon buildbot errors in r355541 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db94c77588b70076df3f30f1e5af0d06b0df754e;p=llvm [PGO] Fix hexagon buildbot errors in r355541 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 --- diff --git a/test/Transforms/PGOProfile/thinlto_cspgo_gen.ll b/test/Transforms/PGOProfile/thinlto_cspgo_gen.ll index f6b24a89efa..1f6264378b8 100644 --- a/test/Transforms/PGOProfile/thinlto_cspgo_gen.ll +++ b/test/Transforms/PGOProfile/thinlto_cspgo_gen.ll @@ -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 \ diff --git a/test/Transforms/PGOProfile/thinlto_cspgo_use.ll b/test/Transforms/PGOProfile/thinlto_cspgo_use.ll index 92108ce05e8..6a8b034315d 100644 --- a/test/Transforms/PGOProfile/thinlto_cspgo_use.ll +++ b/test/Transforms/PGOProfile/thinlto_cspgo_use.ll @@ -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