X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fbootstrap%2Fdist.rs;h=68215790bed177e3fdd3b4376da622b612bc689a;hb=27292f5cbb9bb789b1e72a721f24d6ebf7c1bbae;hp=340aa78ebf9b5b71a45fca0b2b7bcfa5fc3f6c6d;hpb=d5b975cb7c227b5eec4a83c4651d1225f479c230;p=rust.git diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs index 340aa78ebf9..68215790bed 100644 --- a/src/bootstrap/dist.rs +++ b/src/bootstrap/dist.rs @@ -2067,6 +2067,9 @@ fn run(self, builder: &Builder<'_>) -> Option { builder.ensure(crate::native::Llvm { target }); + // We want to package `lld` to use it with `download-ci-llvm`. + builder.ensure(crate::native::Lld { target }); + 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