Tshepang Mbambo 2023-02-17 09:24:03 +02:00 committed by Noah Lev
parent ed87804535
commit 4e8110ceb2
1 changed files with 3 additions and 2 deletions

View File

@ -4,9 +4,10 @@
[`rustc_codegen_ssa`] [`rustc_codegen_ssa`]
provides an abstract interface for all backends to implement, provides an abstract interface for all backends to implement,
to allow other codegen backends (e.g. [Cranelift]). namely LLVM, [Cranelift], and [GCC].
[Cranelift]: https://github.com/bytecodealliance/wasmtime/tree/HEAD/cranelift [Cranelift]: https://github.com/bjorn3/rustc_codegen_cranelift
[GCC]: https://github.com/rust-lang/rustc_codegen_gcc
[`rustc_codegen_ssa`]: https://doc.rust-lang.org/stable/nightly-rustc/rustc_codegen_ssa/index.html [`rustc_codegen_ssa`]: https://doc.rust-lang.org/stable/nightly-rustc/rustc_codegen_ssa/index.html
# Refactoring of `rustc_codegen_llvm` # Refactoring of `rustc_codegen_llvm`