Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions src/backend/backend-agnostic.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

<!-- toc -->

As of <!-- date-check --> Aug 2022, `rustc_codegen_ssa` provides an
abstract interface for all backends to implement, to allow other codegen
backends (e.g. [Cranelift]).
[`rustc_codegen_ssa`]
provides an abstract interface for all backends to implement,
namely LLVM, [Cranelift], and [GCC].

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

# Refactoring of `rustc_codegen_llvm`
by Denis Merigoux, October 23rd 2018
Expand Down