mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Update host compiler to LLVM 16
This updates the host compiler for dist-x86_64-linux to LLVM 16, pulling in the BOLT fix at https://github.com/llvm/llvm-project/commit/1de305da428598d79b7d2d9e70962130142f7ca4, which is needed to update Rust to LLVM 16.
This commit is contained in:
@@ -4,7 +4,7 @@ set -ex
|
||||
|
||||
source shared.sh
|
||||
|
||||
LLVM=llvmorg-15.0.0
|
||||
LLVM=llvmorg-16.0.0-rc4
|
||||
|
||||
mkdir llvm-project
|
||||
cd llvm-project
|
||||
|
||||
Reference in New Issue
Block a user