| commit | c67f0250ef817ae4d3c749c82cf8de2e2eac5c99 | [log] [tgz] |
|---|---|---|
| author | Justin Bogner <mail@justinbogner.com> | Wed Apr 23 21:44:55 2014 +0000 |
| committer | Justin Bogner <mail@justinbogner.com> | Wed Apr 23 21:44:55 2014 +0000 |
| tree | 1a903bef4a7d5e79d89bdd34852987a468f0272c | |
| parent | bac905c684f734c4a110acd0b94deacb29b5a475 [diff] |
llvm-cov: Add support for gcov's --long-file-names option 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