address review comment
See - https://github.com/rust-lang/rustc-dev-guide/pull/1606#discussion_r1109298849 - https://github.com/rust-lang/rustc-dev-guide/pull/1606#discussion_r1109298280
This commit is contained in:
parent
ed87804535
commit
4e8110ceb2
|
|
@ -4,9 +4,10 @@
|
|||
|
||||
[`rustc_codegen_ssa`]
|
||||
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
|
||||
|
||||
# Refactoring of `rustc_codegen_llvm`
|
||||
|
|
|
|||
Loading…
Reference in New Issue