Zalathar
|
9c430d38cf
|
Remove trait CoverageInfoMethods , since non-LLVM backends don't need it
These methods are only ever called from within `rustc_codegen_llvm`, so they
can just be declared there as well.
|
2023-07-05 20:40:40 +10:00 |
|
Zalathar
|
4169d0f756
|
Narrow trait CoverageInfoBuilderMethods down to just one method
This effectively inlines most of `FunctionCx::codegen_coverage` into the LLVM
implementation of `CoverageInfoBuilderMethods`.
|
2023-07-05 20:40:39 +10:00 |
|
Antoni Boucher
|
3d5d4e324d
|
Merge commit 'e228f0c16ea8c34794a6285bf57aab627c26b147' into libgccjit-codegen
|
2021-08-15 08:29:07 -04:00 |
|
Antoni Boucher
|
f7237f16ae
|
Add 'compiler/rustc_codegen_gcc/' from commit 'afae271d5d3719eeb92c18bc004bb6d1965a5f3f'
git-subtree-dir: compiler/rustc_codegen_gcc
git-subtree-mainline: ae90dcf020
git-subtree-split: afae271d5d
|
2021-08-12 21:53:49 -04:00 |
|