From 0a7195c6092c3b52fe8c18820e15233266d2ac75 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sun, 10 Nov 2024 07:18:32 +0200 Subject: [PATCH] still accurate (#2133) --- src/llvm-coverage-instrumentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llvm-coverage-instrumentation.md b/src/llvm-coverage-instrumentation.md index 8252641e6..97dc0921d 100644 --- a/src/llvm-coverage-instrumentation.md +++ b/src/llvm-coverage-instrumentation.md @@ -247,7 +247,7 @@ properly-configured variables in LLVM IR, according to very specific details of the [_LLVM Coverage Mapping Format_][coverage-mapping-format] (Version 6).[^llvm-and-covmap-versions] -[^llvm-and-covmap-versions]: The Rust compiler (as of Jul 2023) supports _LLVM Coverage Mapping Format_ 6. +[^llvm-and-covmap-versions]: The Rust compiler (as of Nov 2024) supports _LLVM Coverage Mapping Format_ 6. 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.