[PATCH] Support for reading program counts in llvm-cov
Yuchen Wu
yuchenericwu at hotmail.com
Wed Oct 23 18:58:09 PDT 2013
Support for reading program counts in llvm-cov.
llvm-cov will now be able to read program counts from the GCDA file and
output it in the same format as gcov. The program summary tag was
identified from gcov-io.h as "\0\0\0\a3".
There is currently a bug in GCOVProfiling.cpp which does not generate the
run- or program-counting IR, so this change was tested manually by
modifying the GCDA file and comparing the gcov and llvm-cov outputs.
More information about the llvm-commits
mailing list