rust/compiler/rustc_codegen_ssa/src/coverageinfo
Rich Kadel aed8ef5a4d coverageinfo query needs to use the same MIR as codegen
I ran into an error trying to fix dead block coverage and realized the
`coverageinfo` query is getting a different MIR compared to the
codegenned MIR, which can sometimes be a problem during mapgen.

I changed that query to use the `InstandeDef` (which includes the
generic parameter substitutions, prosibly specific to const params)
instead of the `DefId` (without unknown/default const substitutions).
2021-05-12 20:27:07 -07:00
..
ffi.rs Translate counters from Rust 1-based to LLVM 0-based counter ids 2021-04-02 17:16:36 -07:00
map.rs coverageinfo query needs to use the same MIR as codegen 2021-05-12 20:27:07 -07:00
mod.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00