Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [gcov] Sort file info before printing it | Vedant Kumar | 2017-04-26 | 1 | -3/+3 |
| | | | | | | | | | | | | | 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: Implement --no-output | Justin Bogner | 2014-05-07 | 1 | -0/+6 |
In gcov, there's a -n/--no-output option, which disables the writing of any .gcov files, so that it emits only the summary info on stdout. This implements the same behaviour in llvm-cov. llvm-svn: 208148 |