Skip to content

Commit

Permalink
Auto merge of rust-lang#109561 - raphamorim:master, r=cuviper
Browse files Browse the repository at this point in the history
Use llvm 16.0.0 instead of 16.0.0-rc4 for build-clang.sh

Ref: rust-lang#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
  • Loading branch information
bors committed Mar 28, 2023
2 parents 5bf139e + d13b423 commit 5ce70ed
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-16.0.0-rc4
LLVM=llvmorg-16.0.0

mkdir llvm-project
cd llvm-project
Expand Down

0 comments on commit 5ce70ed

Please sign in to comment.