link to latest major llvm update pr

This commit is contained in:
Tshepang Mbambo 2025-03-08 20:40:44 +02:00
parent fc6a11aeb4
commit ebead304f4
1 changed files with 2 additions and 1 deletions

View File

@ -175,11 +175,12 @@ so let's go through each in detail.
and then you can send a PR to `rust-lang/rust`. You'll change at least 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. `src/llvm-project` and will likely also change [`llvm-wrapper`] as well.
<!-- date-check: Sep 2024 --> <!-- date-check: mar 2025 -->
> For prior art, here are some previous LLVM updates: > For prior art, here are some previous LLVM updates:
> - [LLVM 17](https://github.com/rust-lang/rust/pull/115959) > - [LLVM 17](https://github.com/rust-lang/rust/pull/115959)
> - [LLVM 18](https://github.com/rust-lang/rust/pull/120055) > - [LLVM 18](https://github.com/rust-lang/rust/pull/120055)
> - [LLVM 19](https://github.com/rust-lang/rust/pull/127513) > - [LLVM 19](https://github.com/rust-lang/rust/pull/127513)
> - [LLVM 20](https://github.com/rust-lang/rust/pull/135763)
Note that sometimes it's easiest to land [`llvm-wrapper`] compatibility as a PR Note that sometimes it's easiest to land [`llvm-wrapper`] compatibility as a PR
before actually updating `src/llvm-project`. before actually updating `src/llvm-project`.