Skip to content

Commit f4f78f7

Browse files
authored
version 5 is now not supported (#1568)
1 parent 21c77d7 commit f4f78f7

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/llvm-coverage-instrumentation.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -222,13 +222,11 @@ properly-configured variables in LLVM IR, according to very specific
222222
details of the [_LLVM Coverage Mapping Format_][coverage-mapping-format]
223223
(Version 6).[^llvm-and-covmap-versions]
224224

225-
[^llvm-and-covmap-versions]: The Rust compiler (as of <!-- date-check --> December 2021)
226-
supports _LLVM Coverage Mapping Format_ Version 5 or 6. Version 5
227-
was introduced in _LLVM 12_,
228-
which is (as of <!-- date-check: December 2021--> this writing) the minimum LLVM
229-
version supported by the current version of Rust. Version 6 was introduced in
230-
_LLVM 13_, which is currently the default LLVM version for Rust. The Rust
231-
compiler will automatically use the most up-to-date coverage mapping format
225+
[^llvm-and-covmap-versions]:
226+
The Rust compiler (as of <!-- date-check: --> Jan 2023) supports _LLVM Coverage Mapping Format_ 6.
227+
It was introduced in _LLVM 13_, which is, as of <!-- date-check: Jan 2023 --> this writing,
228+
the minimum supported LLVM version.
229+
The Rust compiler will automatically use the most up-to-date coverage mapping format
232230
version that is compatible with the compiler's built-in version of LLVM.
233231

234232
```rust

0 commit comments

Comments
 (0)