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

Bob Wilson bob.wilson at apple.com
Mon Oct 21 17:13:03 PDT 2013


Looks good.  I'm committed it for you in svn r193134.  Go ahead and send your next patch!

On Oct 21, 2013, at 12:43 PM, Yuchen Wu <yuchenericwu at hotmail.com> wrote:

> 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.
> 
> 
> <0001-Moved-call-of-print-out-from-GCOVFile-collectLineCou.patch>_______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131021/52ddab5c/attachment.html>


More information about the llvm-commits mailing list