[PATCH] Separate print from data collection in llvm-cov

Yuchen Wu yuchenericwu at hotmail.com
Mon Oct 21 12:43:32 PDT 2013


I'm starting to work on fixing up llvm-cov to more closely match the output from gcov. This patch moves the printing of llvm-cov information out from collectLineCounts(), which should only organize the output data. It is now directly called from llvm-cov.cpp.
This is done in anticipation of subsequent changes which will pass in GCNO and GCDA filenames into the print function where it is printed similar to the gcov output.

 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131021/51829973/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Moved-call-of-print-out-from-GCOVFile-collectLineCou.patch
Type: application/octet-stream
Size: 1314 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131021/51829973/attachment.obj>


More information about the llvm-commits mailing list