Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Un-revert r196358: "llvm-cov: Added support for function checksums." | Daniel Jasper | 2013-12-04 | 1 | -0/+0 |
| | | | | | | And add the proper fix. llvm-svn: 196367 | ||||
* | Revert r196358: "llvm-cov: Added support for function checksums." | Daniel Jasper | 2013-12-04 | 1 | -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 Wu | 2013-12-04 | 1 | -0/+0 |
The function checksums are hashed from the concatenation of the function name and line number. llvm-svn: 196358 |