diff options
| author | bors <bors@rust-lang.org> | 2023-08-24 06:00:35 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-08-24 06:00:35 +0000 |
| commit | 0b31792ef1c15538b07c7b83585dc2fb371c239f (patch) | |
| tree | 2dacee1dba2de2d41086c6aeeeb5e9799d59b6fc | |
| parent | 9bd60a60cefdddca1f507083dda37e1664b295c5 (diff) | |
| parent | 9cabc91a5fa20d4656674b2fad59dc3880f90103 (diff) | |
| download | rust-0b31792ef1c15538b07c7b83585dc2fb371c239f.tar.gz rust-0b31792ef1c15538b07c7b83585dc2fb371c239f.zip | |
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`
| -rwxr-xr-x | src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh b/src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh index 9b274cc277e..02b023fe75b 100755 --- a/src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh +++ b/src/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh @@ -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 |
