about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2023-04-18 14:50:53 +0200
committerGitHub <noreply@github.com>2023-04-18 14:50:53 +0200
commite8f7b5a0b2d6dcde407a8a95b5afc69114198edc (patch)
treea5b8b450ca498246c098a5b4ca763b12f4466884
parent7e5033657bb384d476203eade295b0627f2b3972 (diff)
parent678792568b2f92c6787547dbb006f1a7a1e9613e (diff)
downloadrust-e8f7b5a0b2d6dcde407a8a95b5afc69114198edc.tar.gz
rust-e8f7b5a0b2d6dcde407a8a95b5afc69114198edc.zip
Rollup merge of #110490 - jyn514:bump-llvm, r=nikic
Bump `download-ci-llvm-stamp` for loong support

This was missed in https://github.com/rust-lang/rust/pull/96971 and resulted in the LLVM we cache in CI being different from the one built locally. We didn't catch it because nothing tested the loong support.

Fixes https://github.com/rust-lang/rust/issues/110474.

r? `@nikic`
-rw-r--r--src/bootstrap/download-ci-llvm-stamp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/download-ci-llvm-stamp b/src/bootstrap/download-ci-llvm-stamp
index 36f9aaa595d..4111b7cc0d3 100644
--- a/src/bootstrap/download-ci-llvm-stamp
+++ b/src/bootstrap/download-ci-llvm-stamp
@@ -1,4 +1,4 @@
 Change this file to make users of the `download-ci-llvm` configuration download
 a new version of LLVM from CI, even if the LLVM submodule hasn’t changed.
 
-Last change is for: https://github.com/rust-lang/rust/pull/109373
+Last change is for: https://github.com/rust-lang/rust/pull/96971