Skip to content

llvm 13 is now not supported #1612

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
address review comment
  • Loading branch information
tshepang committed Feb 18, 2023
commit 7afd1f8742afd35db936fde693ff95eb50ccf23d
2 changes: 0 additions & 2 deletions src/llvm-coverage-instrumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ details of the [_LLVM Coverage Mapping Format_][coverage-mapping-format]

[^llvm-and-covmap-versions]:
The Rust compiler (as of <!-- date-check: --> Feb 2023) supports _LLVM Coverage Mapping Format_ 6.
It was introduced in _LLVM 13_, which was the minimum supported LLVM version [until early 2023].
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.

Expand Down Expand Up @@ -272,7 +271,6 @@ since it will not be called), and adds a new `FunctionCoverage`, with
[mapgen-finalize]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_codegen_llvm/coverageinfo/mapgen/fn.finalize.html
[coverage-mapping-format]: https://llvm.org/docs/CoverageMappingFormat.html
[add-unused-functions]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_codegen_llvm/coverageinfo/mapgen/fn.add_unused_functions.html
[until early 2023]: https://github.com/rust-lang/rust/pull/107573

## Testing LLVM Coverage

Expand Down