summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/Inputs/combine_expansions.covmapping
Commit message (Collapse)AuthorAgeFilesLines
* [Coverage] Ensure that coverage mapping data has an expected alignment in ↵Igor Kudrin2016-05-181-0/+0
| | | | | | | | | | | | | 'covmapping' files. Coverage mapping data is organized in a sequence of blocks, each of which is expected to be aligned by 8 bytes. This feature is used when reading those blocks, see VersionedCovMapFuncRecordReader::readFunctionRecords(). If a misaligned covearge mapping data has more than one block, it causes llvm-cov to fail. Differential Revision: http://reviews.llvm.org/D20285 llvm-svn: 269887
* [Coverage] Combine counts of expansion regions if there are no code regions ↵Igor Kudrin2016-05-051-0/+0
for the same area. Differential Revision: http://reviews.llvm.org/D18831 llvm-svn: 268620
OpenPOWER on IntegriCloud