rustc_codegen_ssa feels permanent enough not to need date-check
This commit is contained in:
parent
c80a26fc4d
commit
ed87804535
|
|
@ -2,11 +2,12 @@
|
||||||
|
|
||||||
<!-- toc -->
|
<!-- toc -->
|
||||||
|
|
||||||
As of <!-- date-check --> Aug 2022, `rustc_codegen_ssa` provides an
|
[`rustc_codegen_ssa`]
|
||||||
abstract interface for all backends to implement, to allow other codegen
|
provides an abstract interface for all backends to implement,
|
||||||
backends (e.g. [Cranelift]).
|
to allow other codegen backends (e.g. [Cranelift]).
|
||||||
|
|
||||||
[Cranelift]: https://github.com/bytecodealliance/wasmtime/tree/HEAD/cranelift
|
[Cranelift]: https://github.com/bytecodealliance/wasmtime/tree/HEAD/cranelift
|
||||||
|
[`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`
|
||||||
by Denis Merigoux, October 23rd 2018
|
by Denis Merigoux, October 23rd 2018
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue