rust/compiler/rustc_codegen_llvm/src/coverageinfo
Zalathar 078144fdfa coverage: Detect unused local file IDs to avoid an LLVM assertion
This case can't actually happen yet (other than via a testing flag), because
currently all of a function's spans must belong to the same file and expansion.
But this will be an important edge case when adding expansion region support.
2025-05-10 00:24:03 +10:00
..
mapgen coverage: Detect unused local file IDs to avoid an LLVM assertion 2025-05-10 00:24:03 +10:00
ffi.rs coverage: Detect unused local file IDs to avoid an LLVM assertion 2025-05-10 00:24:03 +10:00
llvm_cov.rs coverage: Add LLVM plumbing for expansion regions 2025-03-20 12:40:36 +11:00
mapgen.rs coverage: Build the CGU's global file table as late as possible 2025-04-07 17:11:49 +10:00
mod.rs coverage: Remove the old code for simplifying counters after MIR opts 2025-02-06 21:44:31 +11:00