File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22
33<!-- toc -->
44
5- <!-- date-check: Feb 2023 -->
5+ <!-- date-check: Jul 2023 -->
66There is no formal policy about when to update LLVM or what it can be updated to,
77but 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
5757Unlike bugfixes,
5858updating 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 ` .
Original file line number Diff line number Diff 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 .
227227The Rust compiler will automatically use the most up- to- date coverage mapping format
228228version that is compatible with the compiler's built- in version of LLVM .
229229
You can’t perform that action at this time.
0 commit comments