From 99b6b92dde88a3f9ce51b6873ebb75446c85d48a Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sat, 18 Feb 2023 15:20:46 +0200 Subject: [PATCH] llvm 13 is now not supported (#1612) --- src/llvm-coverage-instrumentation.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/llvm-coverage-instrumentation.md b/src/llvm-coverage-instrumentation.md index ca2eec97b..8cd765011 100644 --- a/src/llvm-coverage-instrumentation.md +++ b/src/llvm-coverage-instrumentation.md @@ -223,9 +223,7 @@ 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 Jan 2023) supports _LLVM Coverage Mapping Format_ 6. -It was introduced in _LLVM 13_, which is, as of this writing, -the minimum supported LLVM version. +The Rust compiler (as of Feb 2023) 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.