Reflect rustc_codegen_cranelift move

This commit is contained in:
Seo Sanghyeon 2024-03-19 03:11:07 +09:00 committed by Tshepang Mbambo
parent 2f7e0ceb36
commit 2cf4220754
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
provides an abstract interface for all backends to implement,
namely LLVM, [Cranelift], and [GCC].
[Cranelift]: https://github.com/bjorn3/rustc_codegen_cranelift
[Cranelift]: https://github.com/rust-lang/rustc_codegen_cranelift
[GCC]: https://github.com/rust-lang/rustc_codegen_gcc
[`rustc_codegen_ssa`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_codegen_ssa/index.html