Skip to content

Commit e453e38

Browse files
authored
llvm updates (#1761)
1 parent fefec88 commit e453e38

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: src/backend/updating-llvm.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- toc -->
44

5-
<!-- date-check: Feb 2023 -->
5+
<!-- date-check: Jul 2023 -->
66
There is no formal policy about when to update LLVM or what it can be updated to,
77
but a few guidelines are applied:
88

@@ -52,7 +52,7 @@ An example PR:
5252

5353
## New LLVM Release Updates
5454

55-
<!-- date-check: Aug 2022 -->
55+
<!-- date-check: Jul 2023 -->
5656

5757
Unlike bugfixes,
5858
updating to a new release of LLVM typically requires a lot more work.
@@ -139,6 +139,7 @@ so let's go through each in detail.
139139
> - [LLVM 13](https://github.com/rust-lang/rust/pull/87570)
140140
> - [LLVM 14](https://github.com/rust-lang/rust/pull/93577)
141141
> - [LLVM 15](https://github.com/rust-lang/rust/pull/99464)
142+
> - [LLVM 16](https://github.com/rust-lang/rust/pull/109474)
142143
143144
Note that sometimes it's easiest to land [`llvm-wrapper`] compatibility as a PR
144145
before actually updating `src/llvm-project`.

Diff for: src/llvm-coverage-instrumentation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ details of the [_LLVM Coverage Mapping Format_][coverage-mapping-format]
223223
(Version 6).[^llvm-and-covmap-versions]
224224

225225
[^llvm-and-covmap-versions]:
226-
The Rust compiler (as of <!-- date-check: --> Feb 2023) supports _LLVM Coverage Mapping Format_ 6.
226+
The Rust compiler (as of <!-- date-check: --> Jul 2023) supports _LLVM Coverage Mapping Format_ 6.
227227
The Rust compiler will automatically use the most up-to-date coverage mapping format
228228
version that is compatible with the compiler's built-in version of LLVM.
229229

0 commit comments

Comments
 (0)