We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc16473 commit 8d9c533Copy full SHA for 8d9c533
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