Skip to content

Commit c802be6

Browse files
committed
Added rustc_codegen_llvm to compiler documentation.
1 parent 63d6649 commit c802be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/doc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ impl Step for Rustc {
712712

713713
// Find dependencies for top level crates.
714714
let mut compiler_crates = HashSet::new();
715-
for root_crate in &["rustc", "rustc_driver"] {
715+
for root_crate in &["rustc", "rustc_driver", "rustc_codegen_llvm"] {
716716
let interned_root_crate = INTERNER.intern_str(root_crate);
717717
find_compiler_crates(builder, &interned_root_crate, &mut compiler_crates);
718718
}

0 commit comments

Comments
 (0)