1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/test/tools/llvm-cov
Yuchen Wu cd7628e981 llvm-cov: Removed output to STDOUT/specified file.
Instead of asking the user to specify a single file to output coverage
info and defaulting to STDOUT, llvm-cov now creates files for each
source file with a naming system of: <source filename> + ".llcov".

This is what gcov does and although it can clutter the working directory
with numerous coverage files, it will be easier to hook the llvm-cov
output to tools which operate on this assumption (such as lcov).

llvm-svn: 196184
2013-12-03 00:57:11 +00:00
..
Inputs llvm-cov: Added file checksum to gcno and gcda files. 2013-11-20 04:15:05 +00:00
lit.local.cfg
llvm-cov.test llvm-cov: Removed output to STDOUT/specified file. 2013-12-03 00:57:11 +00:00