We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 536020c commit 7501995Copy full SHA for 7501995
src/bootstrap/dist.rs
@@ -2038,6 +2038,9 @@ impl Step for RustDev {
2038
tarball.set_overlay(OverlayKind::LLVM);
2039
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.
2044
for bin in &[
2045
"llvm-config",
2046
"llvm-ar",
src/bootstrap/download-ci-llvm-stamp
@@ -1,4 +1,4 @@
1
Change this file to make users of the `download-ci-llvm` configuration download
2
a new version of LLVM from CI, even if the LLVM submodule hasn’t changed.
3
4
-Last change is for: https://github.com/rust-lang/rust/pull/94023
+Last change is for: https://github.com/rust-lang/rust/pull/96867
0 commit comments