From 7a6a3241ca18147c86926bb388aad54c4e3eadc5 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Tue, 25 Mar 2025 11:03:06 +0100 Subject: [PATCH] bootstrap: Update download-ci-llvm-stamp This PR makes a fairly large version update to CMake and cc, so it is likely that LLVM is built differently. --- src/bootstrap/download-ci-llvm-stamp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/download-ci-llvm-stamp b/src/bootstrap/download-ci-llvm-stamp index d2c0d380fb40..e157ff233bbf 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/134740 +Last change is for: https://github.com/rust-lang/rust/pull/138784