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: Add support for gcov's --long-file-names option | Justin Bogner | 2014-04-23 | 1 | -0/+8 |
GCOV provides an option to prepend output file names with the source file name, to disambiguate between covered data that's included from multiple sources. Add a flag to llvm-cov that does the same. llvm-svn: 207035 |