Skip to content

Commit 26b5d7f

Browse files
committed
Try random stuff
1 parent 83c4bc2 commit 26b5d7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -ex
44

55
source shared.sh
66

7-
LLVM=llvmorg-17.0.0-rc3
7+
LLVM=llvmorg-17.0.0-rc4
88

99
mkdir llvm-project
1010
cd llvm-project

src/tools/opt-dist/src/main.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ fn execute_pipeline(
143143

144144
let mut dist = Bootstrap::dist(env, &dist_args)
145145
// .llvm_pgo_optimize(&llvm_pgo_profile)
146-
.rustc_pgo_optimize(&rustc_pgo_profile)
147-
.avoid_rustc_rebuild();
146+
.rustc_pgo_optimize(&rustc_pgo_profile);
147+
// .avoid_rustc_rebuild();
148148

149149
// if let Some(llvm_bolt_profile) = llvm_bolt_profile {
150150
// dist = dist.with_bolt_profile(llvm_bolt_profile);

0 commit comments

Comments
 (0)