rust/compiler/rustc_codegen_ssa
Tomasz Miąsko 1796cc0e6c 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.
2021-03-15 23:26:03 +01:00
..
src Make source-based code coverage compatible with MIR inlining 2021-03-15 23:26:03 +01:00
Cargo.toml rustc_codegen_ssa: tune codegen according to available concurrency 2021-02-15 13:02:49 -08:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

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