diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2025-03-08 20:35:42 +0200 |
|---|---|---|
| committer | Tshepang Mbambo <tshepang@gmail.com> | 2025-03-08 20:35:42 +0200 |
| commit | 93a8c7e6b49025c261a37554fdbb6cf4edeb58c2 (patch) | |
| tree | e0d68b895317fce3f218e8c2f103fc6f3dea7d9c | |
| parent | 24f3812ce0383b504e43bdaa49aa0daada1296ad (diff) | |
| download | rust-93a8c7e6b49025c261a37554fdbb6cf4edeb58c2.tar.gz rust-93a8c7e6b49025c261a37554fdbb6cf4edeb58c2.zip | |
only a few are needed as examples
| -rw-r--r-- | src/doc/rustc-dev-guide/src/backend/updating-llvm.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/doc/rustc-dev-guide/src/backend/updating-llvm.md b/src/doc/rustc-dev-guide/src/backend/updating-llvm.md index bc8207bb437..be5fed9cf33 100644 --- a/src/doc/rustc-dev-guide/src/backend/updating-llvm.md +++ b/src/doc/rustc-dev-guide/src/backend/updating-llvm.md @@ -177,12 +177,6 @@ so let's go through each in detail. <!-- date-check: Sep 2024 --> > 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) - > - [LLVM 13](https://github.com/rust-lang/rust/pull/87570) - > - [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) |
