Skip to content

Commit 0e1ad67

Browse files
chrissimpkinsmark-i-m
authored andcommitted
[stupid-stats] replace removed rustc_codegen_utils with rustc_codegen_ssa
1 parent 09ed54f commit 0e1ad67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/appendix/stupid-stats.md

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

0 commit comments

Comments
 (0)