Daniel Jasper
87a24d5c27
Un-revert r196358: "llvm-cov: Added support for function checksums."
...
And add the proper fix.
llvm-svn: 196367
2013-12-04 08:57:17 +00:00
Daniel Jasper
c176b5d1d6
Revert r196358: "llvm-cov: Added support for function checksums."
...
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
2013-12-04 08:23:33 +00:00
Yuchen Wu
06655f3570
llvm-cov: Added support for function checksums.
...
The function checksums are hashed from the concatenation of the function
name and line number.
llvm-svn: 196358
2013-12-04 06:00:17 +00:00