Skip to content

Commit

Permalink
address review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang authored and camelid committed Feb 17, 2023
1 parent 48e1983 commit 5562c50
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/doc/rustc-dev-guide/src/backend/backend-agnostic.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

[`rustc_codegen_ssa`]
provides an abstract interface for all backends to implement,
to allow other codegen backends (e.g. [Cranelift]).
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/stable/nightly-rustc/rustc_codegen_ssa/index.html

# Refactoring of `rustc_codegen_llvm`
Expand Down

0 comments on commit 5562c50

Please sign in to comment.