We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
x dist rust-dev
1 parent acdcdfb commit cec6933Copy full SHA for cec6933
src/bootstrap/dist.rs
@@ -2031,6 +2031,8 @@ impl Step for RustDev {
2031
let mut tarball = Tarball::new(builder, "rust-dev", &target.triple);
2032
tarball.set_overlay(OverlayKind::LLVM);
2033
2034
+ builder.ensure(crate::native::Llvm { target });
2035
+
2036
let src_bindir = builder.llvm_out(target).join("bin");
2037
// If updating this list, you likely want to change
2038
// src/bootstrap/download-ci-llvm-stamp as well, otherwise local users
0 commit comments