1
Fork 0

Remove backwards compat for LLVM 12 coverage format

This commit is contained in:
Arpad Borsos 2023-01-09 09:31:34 +01:00
parent e94fab69d0
commit 9f5a933f00
No known key found for this signature in database
GPG key ID: FC7BCA77824B3298
3 changed files with 17 additions and 35 deletions

View file

@ -11,9 +11,6 @@ codegen_llvm_unknown_ctarget_feature_prefix =
codegen_llvm_error_creating_import_library =
Error creating import library for {$lib_name}: {$error}
codegen_llvm_instrument_coverage_requires_llvm_12 =
rustc option `-C instrument-coverage` requires LLVM 12 or higher.
codegen_llvm_symbol_already_defined =
symbol `{$symbol_name}` is already defined