File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -2038,6 +2038,9 @@ impl Step for RustDev {
20382038 tarball. set_overlay ( OverlayKind :: LLVM ) ;
20392039
20402040 let src_bindir = builder. llvm_out ( target) . join ( "bin" ) ;
2041+ // If updating this list, you likely want to change
2042+ // src/bootstrap/download-ci-llvm-stamp as well, otherwise local users
2043+ // will not pick up the extra file until LLVM gets bumped.
20412044 for bin in & [
20422045 "llvm-config" ,
20432046 "llvm-ar" ,
Original file line number Diff line number Diff line change 11Change this file to make users of the `download-ci-llvm` configuration download
22a new version of LLVM from CI, even if the LLVM submodule hasn’t changed.
33
4- Last change is for: https://github.com/rust-lang/rust/pull/94023
4+ Last change is for: https://github.com/rust-lang/rust/pull/96867
You can’t perform that action at this time.
0 commit comments