[all-commits] [llvm/llvm-project] aa2fdc: [Coverage] Move SingleByteCoverage out of CountedR...
NAKAMURA Takumi via All-commits
all-commits at lists.llvm.org
Fri Dec 27 03:42:47 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa2fdc69d35ff1c4a6de8a8d8edcc4c15236bb15
https://github.com/llvm/llvm-project/commit/aa2fdc69d35ff1c4a6de8a8d8edcc4c15236bb15
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2024-12-27 (Fri, 27 Dec 2024)
Changed paths:
M llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
M llvm/tools/llvm-cov/SourceCoverageView.h
Log Message:
-----------
[Coverage] Move SingleByteCoverage out of CountedRegion (#110966)
`SingleByteCoverage` is not per-region attribute at least.
Move it into `CoverageData` since it comes from `profdata`.
Depends on: #120841
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list