llvm-6502/tools/llvm-cov
Justin Bogner de2703ddfb 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207035 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-23 21:44:55 +00:00
..
CMakeLists.txt llvm-cov requires IR and Support as libraries. Instrumentation would be overkill. 2013-11-14 11:45:16 +00:00
llvm-cov.cpp llvm-cov: Add support for gcov's --long-file-names option 2014-04-23 21:44:55 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile llvm-cov requires IR and Support as libraries. Instrumentation would be overkill. 2013-11-14 11:45:16 +00:00