This commit is contained in:
Tshepang Lekhonkhobe 2019-08-05 23:06:51 +02:00 committed by Santiago Pastorino
parent 84aa3362e6
commit b94deb1afe
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ The following tables indicate the outputs of various stage actions:
| `stage0` builds `rustc` with `stage0-sysroot` | `build/HOST/stage0-rustc/HOST` |
| copy `stage0-rustc (except executable)` | `build/HOST/stage0-sysroot/lib/rustlib/HOST` |
| build `llvm` | `build/HOST/llvm` |
| `stage0` builds `codegen` with `stage0-sysroot` | `build/HOST/stage0-codgen/HOST` |
| `stage0` builds `codegen` with `stage0-sysroot` | `build/HOST/stage0-codegen/HOST` |
| `stage0` builds `rustdoc` with `stage0-sysroot` | `build/HOST/stage0-tools/HOST` |
`--stage=0` stops here.