Skip to content

Commit 4e4658f

Browse files
committed
slight cleanup
1 parent 835b58d commit 4e4658f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bootstrap/native.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -823,8 +823,7 @@ impl Step for Lld {
823823
}
824824
let target = self.target;
825825

826-
let LlvmResult { llvm_config, llvm_cmake_dir } =
827-
builder.ensure(Llvm { target: self.target });
826+
let LlvmResult { llvm_config, llvm_cmake_dir } = builder.ensure(Llvm { target });
828827

829828
// The `dist` step packages LLD next to LLVM's binaries for download-ci-llvm. The root path
830829
// we usually expect here is `./build/$triple/ci-llvm/`, with the binaries in its `bin`

0 commit comments

Comments
 (0)