[stupid-stats] replace removed rustc_codegen_utils with rustc_codegen_ssa

This commit is contained in:
Chris Simpkins 2020-03-22 18:43:02 -04:00 committed by Who? Me?!
parent ea4db5371c
commit fd19872109
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ translation).
> NOTE: `librustc_trans` and `librustc_back` no longer exist, and we don't
> translate AST or HIR directly to LLVM IR anymore. Instead, see
> [`librustc_codegen_llvm`](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_codegen_llvm/index.html)
> and [`librustc_codegen_utils`](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_codegen_utils/index.html).
> and [`librustc_codegen_ssa`](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_codegen_ssa/index.html).
All these phases are coordinated by the driver. To see the exact sequence, look
at the `compile_input` function in `librustc_driver`.