Bump LLVM fetched from CI to fix run-make

This commit is contained in:
Mark Rousskov 2022-05-20 18:56:21 -04:00
parent 536020c5f9
commit 7501995977
2 changed files with 4 additions and 1 deletions

View File

@ -2038,6 +2038,9 @@ fn run(self, builder: &Builder<'_>) -> Option<GeneratedTarball> {
tarball.set_overlay(OverlayKind::LLVM);
let src_bindir = builder.llvm_out(target).join("bin");
// If updating this list, you likely want to change
// src/bootstrap/download-ci-llvm-stamp as well, otherwise local users
// will not pick up the extra file until LLVM gets bumped.
for bin in &[
"llvm-config",
"llvm-ar",

View File

@ -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 hasnt changed.
Last change is for: https://github.com/rust-lang/rust/pull/94023
Last change is for: https://github.com/rust-lang/rust/pull/96867