Skip to content

Commit c6039de

Browse files
committed
Rollup merge of rust-lang#53666 - davidtwco:issue-51737, r=Mark-Simulacrum
Added rustc_codegen_llvm to compiler documentation. Fixes rust-lang#51737.
2 parents a1ec2f7 + c802be6 commit c6039de

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)