about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2024-07-05 11:33:17 +0200
committerGitHub <noreply@github.com>2024-07-05 11:33:17 +0200
commite4d7f7c9e6b559d02312eb27b0d03a7b4938a97e (patch)
tree3167136eb9c56afff74bbb8666365ee491f73580 /compiler/rustc_codegen_llvm/src
parent6d3f2b10406e142f54b430ccf0c6b69c7b5488e9 (diff)
parentf96f4436310d889da0ace73659f73500cc6c93c3 (diff)
downloadrust-e4d7f7c9e6b559d02312eb27b0d03a7b4938a97e.tar.gz
rust-e4d7f7c9e6b559d02312eb27b0d03a7b4938a97e.zip
Rollup merge of #127352 - Zalathar:coverage-info, r=oli-obk
coverage: Rename `mir::coverage::BranchInfo` to `CoverageInfoHi`

This opens the door to collecting and storing coverage information that is unrelated to branch coverage or MC/DC, during MIR building.

There is no change to the output of coverage instrumentation, but one deliberate change is that functions now *always* have an attached `CoverageInfoHi` (if coverage is enabled and they are eligible), even if they didn't collect any interesting branch information.

---

`@rustbot` label +A-code-coverage
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions