Skip to content

Commit

Permalink
Auto merge of rust-lang#120985 - Kobzol:linux-update-host-llvm, r=<try>
Browse files Browse the repository at this point in the history
Update host LLVM on x64 Linux to LLVM 18

Opening for a perf. run.

r? `@ghost`
  • Loading branch information
bors committed Feb 12, 2024
2 parents b381d3a + 2c1c32c commit a9e95dc
Showing 1 changed file with 1 addition and 1 deletion.
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.4
LLVM=llvmorg-18.1.0-rc2

mkdir llvm-project
cd llvm-project
Expand Down

0 comments on commit a9e95dc

Please sign in to comment.