rust/compiler/rustc_codegen_ssa
Dylan DPC b688b694d0
Rollup merge of #83080 - tmiasko:inline-coverage, r=wesleywiser
Make source-based code coverage compatible with MIR inlining

When codegenning code coverage use the instance that coverage data was
originally generated for, to ensure basic level of compatibility with
MIR inlining.

Fixes #83061
2021-03-18 00:28:09 +01:00
..
src Rollup merge of #83080 - tmiasko:inline-coverage, r=wesleywiser 2021-03-18 00:28:09 +01:00
Cargo.toml rustc_codegen_ssa: tune codegen according to available concurrency 2021-02-15 13:02:49 -08:00
README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.