1
Fork 0

Port Instrument coverage requires llvm 12 to the new struct

This commit is contained in:
SLASHLogin 2022-08-25 23:08:18 +02:00
parent 05ae7ecb74
commit 4c625dc682
3 changed files with 9 additions and 1 deletions

View file

@ -15,3 +15,6 @@ codegen_llvm_unknown_feature_fill_request =
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.