We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ccbe91 commit fc16473Copy full SHA for fc16473
src/backend/backend-agnostic.md
@@ -2,11 +2,12 @@
2
3
<!-- toc -->
4
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]).
+[`rustc_codegen_ssa`]
+provides an abstract interface for all backends to implement,
+to allow other codegen backends (e.g. [Cranelift]).
8
9
[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
11
12
# Refactoring of `rustc_codegen_llvm`
13
by Denis Merigoux, October 23rd 2018
0 commit comments