summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/Inputs/test_file_checksum_fail.gcda
Commit message (Collapse)AuthorAgeFilesLines
* Un-revert r196358: "llvm-cov: Added support for function checksums."Daniel Jasper2013-12-041-0/+0
| | | | | | And add the proper fix. llvm-svn: 196367
* Revert r196358: "llvm-cov: Added support for function checksums."Daniel Jasper2013-12-041-0/+0
| | | | | | | This currently breaks clang/test/CodeGen/code-coverage.c. The root cause is that the newly introduced access to Funcs[j] is out of bounds. llvm-svn: 196365
* llvm-cov: Added support for function checksums.Yuchen Wu2013-12-041-0/+0
The function checksums are hashed from the concatenation of the function name and line number. llvm-svn: 196358
OpenPOWER on IntegriCloud