bootstrap dist: ensure LLD's step

This commit is contained in:
Rémy Rakic 2022-11-23 18:20:57 +00:00
parent 312c9a37f2
commit 6eb205d591

View File

@ -2067,6 +2067,12 @@ impl Step for RustDev {
builder.ensure(crate::native::Llvm { target });
// If the config has LLD enabled, ensure its step. We'll we want to package it, and use it
// in download-ci-llvm.
if builder.config.lld_enabled {
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