version 5 is now not supported (#1568)

This commit is contained in:
Tshepang Mbambo 2023-01-27 12:09:37 +02:00 committed by GitHub
parent c0342ec589
commit ac46c61184
1 changed files with 5 additions and 7 deletions

View File

@ -222,13 +222,11 @@ properly-configured variables in LLVM IR, according to very specific
details of the [_LLVM Coverage Mapping Format_][coverage-mapping-format] details of the [_LLVM Coverage Mapping Format_][coverage-mapping-format]
(Version 6).[^llvm-and-covmap-versions] (Version 6).[^llvm-and-covmap-versions]
[^llvm-and-covmap-versions]: The Rust compiler (as of <!-- date-check --> December 2021) [^llvm-and-covmap-versions]:
supports _LLVM Coverage Mapping Format_ Version 5 or 6. Version 5 The Rust compiler (as of <!-- date-check: --> Jan 2023) supports _LLVM Coverage Mapping Format_ 6.
was introduced in _LLVM 12_, It was introduced in _LLVM 13_, which is, as of <!-- date-check: Jan 2023 --> this writing,
which is (as of <!-- date-check: December 2021--> this writing) the minimum LLVM the minimum supported LLVM version.
version supported by the current version of Rust. Version 6 was introduced in The Rust compiler will automatically use the most up-to-date coverage mapping format
_LLVM 13_, which is currently the default LLVM version for Rust. The Rust
compiler will automatically use the most up-to-date coverage mapping format
version that is compatible with the compiler's built-in version of LLVM. version that is compatible with the compiler's built-in version of LLVM.
```rust ```rust