Skip to content

Commit 842d6fc

Browse files
committed
Auto merge of #129356 - nikic:llvm19-host, r=Mark-Simulacrum
Update x86_64-linux host compiler to LLVM 19 rc 3
2 parents d6c8169 + 723609f commit 842d6fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -ex
55
source shared.sh
66

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

1010
mkdir llvm-project
1111
cd llvm-project
@@ -33,6 +33,7 @@ hide_output \
3333
-DCOMPILER_RT_BUILD_SANITIZERS=OFF \
3434
-DCOMPILER_RT_BUILD_XRAY=OFF \
3535
-DCOMPILER_RT_BUILD_MEMPROF=OFF \
36+
-DCOMPILER_RT_BUILD_CTX_PROFILE=OFF \
3637
-DLLVM_TARGETS_TO_BUILD=X86 \
3738
-DLLVM_INCLUDE_BENCHMARKS=OFF \
3839
-DLLVM_INCLUDE_TESTS=OFF \

0 commit comments

Comments
 (0)