Skip to content

Commit fc68d40

Browse files
authored
link to additional LLVM update PRs (rust-lang#2055)
1 parent 236dcb9 commit fc68d40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/backend/updating-llvm.md

+4
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,17 @@ so let's go through each in detail.
175175
and then you can send a PR to `rust-lang/rust`. You'll change at least
176176
`src/llvm-project` and will likely also change [`llvm-wrapper`] as well.
177177

178+
<!-- date-check: Sep 2024 -->
178179
> For prior art, here are some previous LLVM updates:
179180
> - [LLVM 11](https://github.com/rust-lang/rust/pull/73526)
180181
> - [LLVM 12](https://github.com/rust-lang/rust/pull/81451)
181182
> - [LLVM 13](https://github.com/rust-lang/rust/pull/87570)
182183
> - [LLVM 14](https://github.com/rust-lang/rust/pull/93577)
183184
> - [LLVM 15](https://github.com/rust-lang/rust/pull/99464)
184185
> - [LLVM 16](https://github.com/rust-lang/rust/pull/109474)
186+
> - [LLVM 17](https://github.com/rust-lang/rust/pull/115959)
187+
> - [LLVM 18](https://github.com/rust-lang/rust/pull/120055)
188+
> - [LLVM 19](https://github.com/rust-lang/rust/pull/127513)
185189
186190
Note that sometimes it's easiest to land [`llvm-wrapper`] compatibility as a PR
187191
before actually updating `src/llvm-project`.

0 commit comments

Comments
 (0)