Skip to content

Commit

Permalink
Rollup merge of #53666 - davidtwco:issue-51737, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Added rustc_codegen_llvm to compiler documentation.

Fixes #51737.
  • Loading branch information
kennytm committed Aug 24, 2018
2 parents a1ec2f7 + c802be6 commit c6039de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/doc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ impl Step for Rustc {

// Find dependencies for top level crates.
let mut compiler_crates = HashSet::new();
for root_crate in &["rustc", "rustc_driver"] {
for root_crate in &["rustc", "rustc_driver", "rustc_codegen_llvm"] {
let interned_root_crate = INTERNER.intern_str(root_crate);
find_compiler_crates(builder, &interned_root_crate, &mut compiler_crates);
}
Expand Down

0 comments on commit c6039de

Please sign in to comment.