diff options
| author | Igor Kudrin <ikudrin.dev@gmail.com> | 2016-05-18 07:43:27 +0000 |
|---|---|---|
| committer | Igor Kudrin <ikudrin.dev@gmail.com> | 2016-05-18 07:43:27 +0000 |
| commit | eb10307347fee33b9dda7a9567e6d69534d6040d (patch) | |
| tree | d89f5358a199acf48351465f5f380d7aec29d9c2 /llvm/test/tools/llvm-cov/Inputs/prevent_false_instantiations.covmapping | |
| parent | 095fc41523134084d37f549bc1f89dbf95db5a73 (diff) | |
| download | bcm5719-llvm-eb10307347fee33b9dda7a9567e6d69534d6040d.tar.gz bcm5719-llvm-eb10307347fee33b9dda7a9567e6d69534d6040d.zip | |
[Coverage] Ensure that coverage mapping data has an expected alignment in '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
Diffstat (limited to 'llvm/test/tools/llvm-cov/Inputs/prevent_false_instantiations.covmapping')
| -rw-r--r-- | llvm/test/tools/llvm-cov/Inputs/prevent_false_instantiations.covmapping | bin | 331 -> 336 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-cov/Inputs/prevent_false_instantiations.covmapping b/llvm/test/tools/llvm-cov/Inputs/prevent_false_instantiations.covmapping Binary files differindex cfa4e295d36..bbaefe5a75f 100644 --- a/llvm/test/tools/llvm-cov/Inputs/prevent_false_instantiations.covmapping +++ b/llvm/test/tools/llvm-cov/Inputs/prevent_false_instantiations.covmapping |

