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
1de305da42
,
which is needed to update Rust to LLVM 16.
This commit is contained in:
parent
e350fe4e60
commit
cbf15176db
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
Add a link
Reference in a new issue