We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed87804 commit 4e8110cCopy full SHA for 4e8110c
src/backend/backend-agnostic.md
@@ -4,9 +4,10 @@
4
5
[`rustc_codegen_ssa`]
6
provides an abstract interface for all backends to implement,
7
-to allow other codegen backends (e.g. [Cranelift]).
+namely LLVM, [Cranelift], and [GCC].
8
9
-[Cranelift]: https://github.com/bytecodealliance/wasmtime/tree/HEAD/cranelift
+[Cranelift]: https://github.com/bjorn3/rustc_codegen_cranelift
10
+[GCC]: https://github.com/rust-lang/rustc_codegen_gcc
11
[`rustc_codegen_ssa`]: https://doc.rust-lang.org/stable/nightly-rustc/rustc_codegen_ssa/index.html
12
13
# Refactoring of `rustc_codegen_llvm`
0 commit comments