Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [gcov] Sort file info before printing it | Vedant Kumar | 2017-04-26 | 1 | -4/+4 |
| | | | | | | | | | | | | | The order in which GCOV file info is printed depends on the string hash function. This makes some GCOV tests brittle, because the tests must be updated whenever the hash function changes. Sort the filenames before printing out the file info to solve the problem. This should be relatively cheap. Differential Revision: https://reviews.llvm.org/D32512 llvm-svn: 301371 | ||||
* | llvm-cov: Handle missing source files as GCOV does | Justin Bogner | 2014-05-07 | 1 | -0/+8 |
If the source files referenced by a gcno file are missing, gcov outputs a coverage file where every line is simply /*EOF*/. This also occurs for lines in the coverage that are past the end of a file that is found. This change mimics gcov. llvm-svn: 208149 |