Skip to content

Commit

Permalink
Auto merge of rust-lang#129356 - nikic:llvm19-host, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Update x86_64-linux host compiler to LLVM 19 rc 3
  • Loading branch information
bors committed Sep 4, 2024
2 parents d6c8169 + 723609f commit 842d6fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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 @@ -5,7 +5,7 @@ set -ex
source shared.sh

# Try to keep the LLVM version here in sync with src/ci/scripts/install-clang.sh
LLVM=llvmorg-18.1.0
LLVM=llvmorg-19.1.0-rc3

mkdir llvm-project
cd llvm-project
Expand Down Expand Up @@ -33,6 +33,7 @@ hide_output \
-DCOMPILER_RT_BUILD_SANITIZERS=OFF \
-DCOMPILER_RT_BUILD_XRAY=OFF \
-DCOMPILER_RT_BUILD_MEMPROF=OFF \
-DCOMPILER_RT_BUILD_CTX_PROFILE=OFF \
-DLLVM_TARGETS_TO_BUILD=X86 \
-DLLVM_INCLUDE_BENCHMARKS=OFF \
-DLLVM_INCLUDE_TESTS=OFF \
Expand Down

0 comments on commit 842d6fc

Please sign in to comment.