Auto merge of #114297 - Kobzol:llvm-17-host, r=nikic
Update x64 Linux host compiler to LLVM 17 This PR updates the LLVM host compiler on 64-bit Linux to version 17. r? `@ghost`
This commit is contained in:
commit
0b31792ef1
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ set -ex
|
|||
|
||||
source shared.sh
|
||||
|
||||
LLVM=llvmorg-16.0.0
|
||||
LLVM=llvmorg-17.0.0-rc3
|
||||
|
||||
mkdir llvm-project
|
||||
cd llvm-project
|
||||
|
|
Loading…
Add table
Reference in a new issue