From b5daa0b7513f7fa75e260f7889d837d6e45f8c6d Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sun, 7 Aug 2022 05:10:27 +0200 Subject: [PATCH 1/2] note is now too old to be relevant --- src/backend/backend-agnostic.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/backend/backend-agnostic.md b/src/backend/backend-agnostic.md index c88f06f8c..cdd60f119 100644 --- a/src/backend/backend-agnostic.md +++ b/src/backend/backend-agnostic.md @@ -8,9 +8,6 @@ backends (e.g. [Cranelift]). [Cranelift]: https://github.com/bytecodealliance/wasmtime/tree/HEAD/cranelift -> The following is a copy/paste of a README from the rust-lang/rust repo. -> Please submit a PR if it needs updating. - # Refactoring of `rustc_codegen_llvm` by Denis Merigoux, October 23rd 2018 From 7f6d2c9d6c48c92a6a5ae114422a46b3c8993bc9 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sun, 7 Aug 2022 06:06:19 +0200 Subject: [PATCH 2/2] date-check: rustc_codegen_ssa is still alive Latest reference on it I could find on zulip: https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/Cursed.3A.20no_core.20Add.20on.20primitive.20int.20returning.20Option.3C.3E/near/287514393 --- src/backend/backend-agnostic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/backend-agnostic.md b/src/backend/backend-agnostic.md index cdd60f119..ea50cd754 100644 --- a/src/backend/backend-agnostic.md +++ b/src/backend/backend-agnostic.md @@ -2,7 +2,7 @@ -As of October 2021, `rustc_codegen_ssa` provides an +As of Aug 2022, `rustc_codegen_ssa` provides an abstract interface for all backends to implement, to allow other codegen backends (e.g. [Cranelift]).