[PATCH] llvm-cov: Removed output to STDOUT/specified file.

Yuchen Wu yuchenericwu at hotmail.com
Tue Nov 19 14:37:59 PST 2013


llvm-cov: Removed output to STDOUT/specified file.

Instead of asking the user to specify a single file to output coverage
info to 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).

Also updated test. 		 	   		  
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0027-llvm-cov-Removed-output-to-STDOUT-specified-file.patch
Type: application/octet-stream
Size: 4759 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131119/8cba4a97/attachment.obj>


More information about the llvm-commits mailing list