Remove backwards compat for LLVM 12 coverage format
This commit is contained in:
parent
e94fab69d0
commit
9f5a933f00
3 changed files with 17 additions and 35 deletions
|
@ -39,10 +39,6 @@ pub(crate) struct ErrorCreatingImportLibrary<'a> {
|
|||
pub error: String,
|
||||
}
|
||||
|
||||
#[derive(Diagnostic)]
|
||||
#[diag(codegen_llvm_instrument_coverage_requires_llvm_12)]
|
||||
pub(crate) struct InstrumentCoverageRequiresLLVM12;
|
||||
|
||||
#[derive(Diagnostic)]
|
||||
#[diag(codegen_llvm_symbol_already_defined)]
|
||||
pub(crate) struct SymbolAlreadyDefined<'a> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue