about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2021-10-14 15:20:52 -0400
committerMark Rousskov <mark.simulacrum@gmail.com>2021-10-14 15:21:14 -0400
commit86608f1796c9335b103b596df53bef03f7fcc303 (patch)
treefb2875470f55ce569650aaa5f293ec7bf8537e6c
parentf70232f81ac164d87195e31a157f52d0681f967c (diff)
downloadrust-86608f1796c9335b103b596df53bef03f7fcc303.tar.gz
rust-86608f1796c9335b103b596df53bef03f7fcc303.zip
Switch to clang v13 as the C/C++ compiler used for bootstrap
-rwxr-xr-xsrc/ci/docker/host-x86_64/dist-x86_64-linux/build-clang.sh2
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 ed5edfec4e1..562be752f84 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-12.0.1
+LLVM=llvmorg-13.0.0
 
 mkdir llvm-project
 cd llvm-project