summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/Inputs/showExpansions.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
* InstrProf: Remove CoverageMapping::HasCodeBefore, it isn't usedJustin Bogner2015-02-031-0/+0
| | | | | | | It's not entirely clear to me what this field was meant for, but it's always false. Remove it. llvm-svn: 228034
* llvm-cov: Prevent a test from matching its own check linesJustin Bogner2014-09-191-0/+0
| | | | | | | Since llvm-cov shows the source file in its output, be careful about potentially matching the check lines themselves. llvm-svn: 218138
* Revert "llvm-cov: Remove an overly system specific test"Justin Bogner2014-09-111-0/+0
| | | | | | | | | | This fixes a call to sys::fs::equivalent that should've been to CodeCoverageTool::equivalentFiles, which lets us restore the test of r217476 that was removed in r217478. This reverts r217478, but the test works this time. llvm-svn: 217646
* llvm-cov: Fix a misuse of ArrayRef::slice I introduced in r217430Justin Bogner2014-09-101-0/+0
It appears this code was completely untested, so using ArrayRef wrong didn't break anything obvious. llvm-svn: 217476
OpenPOWER on IntegriCloud