about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-03-28 01:03:27 +0000
committerbors <bors@rust-lang.org>2023-03-28 01:03:27 +0000
commit5ce70ed8dafeb3029cc7b493570a6f3e1c2f422b (patch)
tree112683fa1cdde2ab53f657b900b3d5cf95f11e1c
parent5bf139e3609255f6bdeae0f8dcc40eeb1021148b (diff)
parentd13b423859b6df29c9d0a84b021fba0e7a97fe43 (diff)
downloadrust-5ce70ed8dafeb3029cc7b493570a6f3e1c2f422b.tar.gz
rust-5ce70ed8dafeb3029cc7b493570a6f3e1c2f422b.zip
Auto merge of #109561 - raphamorim:master, r=cuviper
Use llvm 16.0.0 instead of 16.0.0-rc4 for build-clang.sh

Ref: https://github.com/rust-lang/rust/pull/107224

This PR doesn't make any update on LLVM submodule used by Rust repo, but would be super keen to update it, if necessary (https://rustc-dev-guide.rust-lang.org/backend/updating-llvm.html). LLVM 16.0.0 has been [released](https://discourse.llvm.org/t/llvm-16-0-0-release/69326) on March 18, while Rust 1.70 will become stable on June 1.

- https://releases.llvm.org/16.0.0/docs/ReleaseNotes.html
-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 de0fb95efd0..9b274cc277e 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-16.0.0-rc4
+LLVM=llvmorg-16.0.0
 
 mkdir llvm-project
 cd llvm-project