Skip to content

Commit

Permalink
Added rustc_codegen_llvm to compiler documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtwco committed Aug 24, 2018
1 parent 63d6649 commit c802be6
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 c802be6

Please sign in to comment.