mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
ensure lld's step unconditionally for RustDev component
This commit is contained in:
parent
c73a46c6bf
commit
e0f5c6da1d
@ -2067,11 +2067,8 @@ impl Step for RustDev {
|
|||||||
|
|
||||||
builder.ensure(crate::native::Llvm { target });
|
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
|
// We want to package `lld` to use it with `download-ci-llvm`.
|
||||||
// in download-ci-llvm.
|
builder.ensure(crate::native::Lld { target });
|
||||||
if builder.config.lld_enabled {
|
|
||||||
builder.ensure(crate::native::Lld { target });
|
|
||||||
}
|
|
||||||
|
|
||||||
let src_bindir = builder.llvm_out(target).join("bin");
|
let src_bindir = builder.llvm_out(target).join("bin");
|
||||||
// If updating this list, you likely want to change
|
// If updating this list, you likely want to change
|
||||||
|
Loading…
Reference in New Issue
Block a user