diff options
| author | Nikita Popov <npopov@redhat.com> | 2023-03-06 09:14:13 +0100 |
|---|---|---|
| committer | Nikita Popov <npopov@redhat.com> | 2023-03-17 09:29:37 +0100 |
| commit | a8a7f847b9a58e57baf80e2a7160eaa3c29a8945 (patch) | |
| tree | 4755bcd97c32933b1c022d9e68f17f32041a94da | |
| parent | cd6c574af3886c41f34086d90df42c3da0144693 (diff) | |
| download | rust-a8a7f847b9a58e57baf80e2a7160eaa3c29a8945.tar.gz rust-a8a7f847b9a58e57baf80e2a7160eaa3c29a8945.zip | |
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 https://github.com/llvm/llvm-project/commit/1de305da428598d79b7d2d9e70962130142f7ca4, which is needed to update Rust to LLVM 16.
| -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 9abfd4e9731..de0fb95efd0 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-15.0.0 +LLVM=llvmorg-16.0.0-rc4 mkdir llvm-project cd llvm-project |
