Skip to content

Commit

Permalink
Auto merge of #114297 - Kobzol:llvm-17-host, r=nikic
Browse files Browse the repository at this point in the history
Update x64 Linux host compiler to LLVM 17

This PR updates the LLVM host compiler on 64-bit Linux to version 17.

r? `@ghost`
  • Loading branch information
bors committed Aug 24, 2023
2 parents 9bd60a6 + 9cabc91 commit 0b31792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh
Expand Up @@ -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
Expand Down

0 comments on commit 0b31792

Please sign in to comment.