We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1ec2f7 + c802be6 commit c6039deCopy full SHA for c6039de
src/bootstrap/doc.rs
@@ -712,7 +712,7 @@ impl Step for Rustc {
712
713
// Find dependencies for top level crates.
714
let mut compiler_crates = HashSet::new();
715
- for root_crate in &["rustc", "rustc_driver"] {
+ for root_crate in &["rustc", "rustc_driver", "rustc_codegen_llvm"] {
716
let interned_root_crate = INTERNER.intern_str(root_crate);
717
find_compiler_crates(builder, &interned_root_crate, &mut compiler_crates);
718
}
0 commit comments