Skip to content

Commit

Permalink
Try random stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Sep 12, 2023
1 parent 83c4bc2 commit 26b5d7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -ex

source shared.sh

LLVM=llvmorg-17.0.0-rc3
LLVM=llvmorg-17.0.0-rc4

mkdir llvm-project
cd llvm-project
Expand Down
4 changes: 2 additions & 2 deletions src/tools/opt-dist/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ fn execute_pipeline(

let mut dist = Bootstrap::dist(env, &dist_args)
// .llvm_pgo_optimize(&llvm_pgo_profile)
.rustc_pgo_optimize(&rustc_pgo_profile)
.avoid_rustc_rebuild();
.rustc_pgo_optimize(&rustc_pgo_profile);
// .avoid_rustc_rebuild();

// if let Some(llvm_bolt_profile) = llvm_bolt_profile {
// dist = dist.with_bolt_profile(llvm_bolt_profile);
Expand Down

0 comments on commit 26b5d7f

Please sign in to comment.