llvm-6502/test/tools/llvm-cov
Yuchen Wu d23c759c0f llvm-cov: Added file checksum to gcno and gcda files.
Instead of permanently outputting "MVLL" as the file checksum, clang
will create gcno and gcda checksums by hashing the destination block
numbers of every arc. This allows for llvm-cov to check if the two gcov
files are synchronized.

Regenerated the test files so they contain the checksum. Also added
negative test to ensure error when the checksums don't match.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195191 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-20 04:15:05 +00:00
..
Inputs llvm-cov: Added file checksum to gcno and gcda files. 2013-11-20 04:15:05 +00:00
lit.local.cfg Added basic unit test for llvm-cov. 2013-11-13 22:50:15 +00:00
llvm-cov.test llvm-cov: Added file checksum to gcno and gcda files. 2013-11-20 04:15:05 +00:00