Auto merge of #108802 - nikic:bolt-update, r=Mark-Simulacrum
Update host compiler to LLVM 16
Update the host compiler for dist-x86_64-linux to LLVM 16. In particular, this pulls in 1de305da42
, which is needed to update Rust's own LLVM (https://github.com/rust-lang/rust/pull/107224).
This commit is contained in:
commit
2d0a7def33
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue