Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustc_codegen_ssa feels permanent enough not to need date-check #1606

Merged
merged 3 commits into from
Feb 17, 2023
Merged
Changes from 1 commit
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
7 changes: 4 additions & 3 deletions src/backend/backend-agnostic.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

<!-- 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,
to allow other codegen backends (e.g. [Cranelift]).
camelid marked this conversation as resolved.
Show resolved Hide resolved

[Cranelift]: https://github.com/bytecodealliance/wasmtime/tree/HEAD/cranelift
camelid marked this conversation as resolved.
Show resolved Hide resolved
[`rustc_codegen_ssa`]: https://doc.rust-lang.org/stable/nightly-rustc/rustc_codegen_ssa/index.html
tshepang marked this conversation as resolved.
Show resolved Hide resolved

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