File tree 2 files changed +4
-1
lines changed
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 {
2038
2038
tarball. set_overlay ( OverlayKind :: LLVM ) ;
2039
2039
2040
2040
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.
2041
2044
for bin in & [
2042
2045
"llvm-config" ,
2043
2046
"llvm-ar" ,
Original file line number Diff line number Diff line change 1
1
Change this file to make users of the `download-ci-llvm` configuration download
2
2
a new version of LLVM from CI, even if the LLVM submodule hasn’t changed.
3
3
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