Skip to content

Commit

Permalink
Auto merge of rust-lang#120985 - Kobzol:linux-update-host-llvm, r=Mar…
Browse files Browse the repository at this point in the history
…k-Simulacrum

Update host LLVM on x64 Linux to LLVM 18

Updates host LLVM on Linux to `18.1.0`.
  • Loading branch information
bors committed Mar 9, 2024
2 parents 8401645 + aba3890 commit 25ee3c6
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

mkdir llvm-project
cd llvm-project
Expand Down

0 comments on commit 25ee3c6

Please sign in to comment.