mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 02:33:55 +00:00
slight cleanup
This commit is contained in:
parent
835b58d619
commit
4e4658f0aa
@ -823,8 +823,7 @@ impl Step for Lld {
|
||||
}
|
||||
let target = self.target;
|
||||
|
||||
let LlvmResult { llvm_config, llvm_cmake_dir } =
|
||||
builder.ensure(Llvm { target: self.target });
|
||||
let LlvmResult { llvm_config, llvm_cmake_dir } = builder.ensure(Llvm { target });
|
||||
|
||||
// The `dist` step packages LLD next to LLVM's binaries for download-ci-llvm. The root path
|
||||
// we usually expect here is `./build/$triple/ci-llvm/`, with the binaries in its `bin`
|
||||
|
Loading…
Reference in New Issue
Block a user