1
Fork 0
rust/compiler/rustc_codegen_llvm/src/coverageinfo
Zalathar c57f28bbf7 coverage: Avoid creating func_coverage for marker statements
Coverage marker statements should have no effect on codegen, but in some cases
they could have the side-effect of creating a `func_coverage` entry for their
enclosing function. That can lead to an ICE for functions that don't actually
have any coverage spans.
2023-12-16 11:10:11 +11:00
..
ffi.rs coverage: Store expression data in function coverage info 2023-10-18 23:44:34 +11:00
map_data.rs coverage: Consistently remove unused counter IDs from expressions/mappings 2023-10-28 09:33:48 +11:00
mapgen.rs rustc_codegen_llvm: Enforce rustc::potential_query_instability lint 2023-12-12 13:16:14 +01:00
mod.rs coverage: Avoid creating func_coverage for marker statements 2023-12-16 11:10:11 +11:00