Move the printing of llvm-cov information out from collectLineCounts().
collectLineCounts() should only organize the output data. 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. Patch by Yuchen Wu! llvm-svn: 193134
This commit is contained in:
@@ -74,5 +74,6 @@ int main(int argc, char **argv) {
|
||||
|
||||
FileInfo FI;
|
||||
GF.collectLineCounts(FI);
|
||||
FI.print();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user