about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-03-09 17:53:30 +0000
committerbors <bors@rust-lang.org>2024-03-09 17:53:30 +0000
commit25ee3c6a2f429a97ff4ad239e3f42409cd71fe0a (patch)
tree3e9ed07e200621875bac87bf9f4f52358cb3f673 /src
parent8401645716b26a8b4c6974dc0680e55e81e9e8a1 (diff)
parentaba389017a6a8469f2d9c85c1fd5bbaeeb89f0b7 (diff)
downloadrust-25ee3c6a2f429a97ff4ad239e3f42409cd71fe0a.tar.gz
rust-25ee3c6a2f429a97ff4ad239e3f42409cd71fe0a.zip
Auto merge of #120985 - Kobzol:linux-update-host-llvm, r=Mark-Simulacrum
Update host LLVM on x64 Linux to LLVM 18

Updates host LLVM on Linux to `18.1.0`.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh b/src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh
index 1d9568702cc..005f4537c84 100755
--- a/src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh
+++ b/src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh
@@ -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