diff options
| author | David Wood <david@davidtw.co> | 2018-08-24 13:09:34 +0200 |
|---|---|---|
| committer | David Wood <david@davidtw.co> | 2018-08-24 13:09:34 +0200 |
| commit | c802be6f30868a14b6472bcb3160de127cb6ab89 (patch) | |
| tree | e7b8a8f44c43366f44cb3e975fb0b42236305c14 /src/bootstrap | |
| parent | 63d66494aff57411bfec1dd2a3a5f1af900feab6 (diff) | |
| download | rust-c802be6f30868a14b6472bcb3160de127cb6ab89.tar.gz rust-c802be6f30868a14b6472bcb3160de127cb6ab89.zip | |
Added rustc_codegen_llvm to compiler documentation.
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/doc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/doc.rs b/src/bootstrap/doc.rs index ed9b5b1773f..9a5d78e58ea 100644 --- a/src/bootstrap/doc.rs +++ b/src/bootstrap/doc.rs @@ -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); } |
