Skip to content

Commit fc16473

Browse files
tshepangcamelid
authored andcommitted
rustc_codegen_ssa feels permanent enough not to need date-check
1 parent 4ccbe91 commit fc16473

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/backend/backend-agnostic.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
<!-- toc -->
44

5-
As of <!-- date-check --> Aug 2022, `rustc_codegen_ssa` provides an
6-
abstract interface for all backends to implement, to allow other codegen
7-
backends (e.g. [Cranelift]).
5+
[`rustc_codegen_ssa`]
6+
provides an abstract interface for all backends to implement,
7+
to allow other codegen backends (e.g. [Cranelift]).
88

99
[Cranelift]: https://github.com/bytecodealliance/wasmtime/tree/HEAD/cranelift
10+
[`rustc_codegen_ssa`]: https://doc.rust-lang.org/stable/nightly-rustc/rustc_codegen_ssa/index.html
1011

1112
# Refactoring of `rustc_codegen_llvm`
1213
by Denis Merigoux, October 23rd 2018

0 commit comments

Comments
 (0)