]> git.lizzy.rs Git - rust.git/commit - src/librustdoc/json/mod.rs
Rollup merge of #106625 - Swatinem:ref/cov6, r=nagisa
authorMatthias Krüger <matthias.krueger@famsik.de>
Thu, 26 Jan 2023 06:53:22 +0000 (07:53 +0100)
committerGitHub <noreply@github.com>
Thu, 26 Jan 2023 06:53:22 +0000 (07:53 +0100)
commitb2448f9f9c8f22296e01072613fc17f69776280f
tree4cb5242e95cad968c87e54905a167ea9f7c70c28
parente0d71f500cabca8f8bd1b660bbd292bf451b1bab
parent9f5a933f00e0aba526edac2cf1804b4360059e55
Rollup merge of #106625 - Swatinem:ref/cov6, r=nagisa

Remove backwards compat for LLVM 12 coverage format

The minimum external LLVM was updated to 13 recently in https://github.com/rust-lang/rust/pull/100611, so this PR removes backwards compat with older coverage formats.

I kept the version check and error message there, in accordance with this comment: https://github.com/rust-lang/rust/pull/91207#issuecomment-981121867
compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rs