From fc68d40975554151096a09e86c0d0a013b9eea15 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sun, 8 Sep 2024 18:13:44 +0200 Subject: [PATCH] link to additional LLVM update PRs (#2055) --- src/backend/updating-llvm.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/backend/updating-llvm.md b/src/backend/updating-llvm.md index 4dbe7cad5..92d4ce32f 100644 --- a/src/backend/updating-llvm.md +++ b/src/backend/updating-llvm.md @@ -175,6 +175,7 @@ so let's go through each in detail. and then you can send a PR to `rust-lang/rust`. You'll change at least `src/llvm-project` and will likely also change [`llvm-wrapper`] as well. + > For prior art, here are some previous LLVM updates: > - [LLVM 11](https://github.com/rust-lang/rust/pull/73526) > - [LLVM 12](https://github.com/rust-lang/rust/pull/81451) @@ -182,6 +183,9 @@ so let's go through each in detail. > - [LLVM 14](https://github.com/rust-lang/rust/pull/93577) > - [LLVM 15](https://github.com/rust-lang/rust/pull/99464) > - [LLVM 16](https://github.com/rust-lang/rust/pull/109474) + > - [LLVM 17](https://github.com/rust-lang/rust/pull/115959) + > - [LLVM 18](https://github.com/rust-lang/rust/pull/120055) + > - [LLVM 19](https://github.com/rust-lang/rust/pull/127513) Note that sometimes it's easiest to land [`llvm-wrapper`] compatibility as a PR before actually updating `src/llvm-project`.