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:
bors 2023-08-24 06:00:35 +00:00
commit 0b31792ef1

View file

@ -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