We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c4bc2 commit 26b5d7fCopy full SHA for 26b5d7f
src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh
@@ -4,7 +4,7 @@ set -ex
4
5
source shared.sh
6
7
-LLVM=llvmorg-17.0.0-rc3
+LLVM=llvmorg-17.0.0-rc4
8
9
mkdir llvm-project
10
cd llvm-project
src/tools/opt-dist/src/main.rs
@@ -143,8 +143,8 @@ fn execute_pipeline(
143
144
let mut dist = Bootstrap::dist(env, &dist_args)
145
// .llvm_pgo_optimize(&llvm_pgo_profile)
146
- .rustc_pgo_optimize(&rustc_pgo_profile)
147
- .avoid_rustc_rebuild();
+ .rustc_pgo_optimize(&rustc_pgo_profile);
+ // .avoid_rustc_rebuild();
148
149
// if let Some(llvm_bolt_profile) = llvm_bolt_profile {
150
// dist = dist.with_bolt_profile(llvm_bolt_profile);
0 commit comments