We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 835b58d commit 4e4658fCopy full SHA for 4e4658f
src/bootstrap/native.rs
@@ -823,8 +823,7 @@ impl Step for Lld {
823
}
824
let target = self.target;
825
826
- let LlvmResult { llvm_config, llvm_cmake_dir } =
827
- builder.ensure(Llvm { target: self.target });
+ let LlvmResult { llvm_config, llvm_cmake_dir } = builder.ensure(Llvm { target });
828
829
// The `dist` step packages LLD next to LLVM's binaries for download-ci-llvm. The root path
830
// we usually expect here is `./build/$triple/ci-llvm/`, with the binaries in its `bin`
0 commit comments