Skip to content

Commit 8d9c533

Browse files
tshepangcamelid
authored andcommitted
1 parent fc16473 commit 8d9c533

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/backend/backend-agnostic.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44

55
[`rustc_codegen_ssa`]
66
provides an abstract interface for all backends to implement,
7-
to allow other codegen backends (e.g. [Cranelift]).
7+
namely LLVM, [Cranelift], and [GCC].
88

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

1213
# Refactoring of `rustc_codegen_llvm`

0 commit comments

Comments
 (0)