[PATCH] D25086: [llvm-cov] Allow llvm-cov to report the coverage counters across multiple elf files.

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 12 10:34:00 PDT 2016


vsk added a comment.

I think this patch could be simplified if we taught the llvm::CoverageMapping class how to load coverage data from multiple CoverageMappingReaders / multiple filenames. This would require less work in the long run compared to updating all of the reporting logic.

I have a handful of patches that move us in this direction ready locally. The last patch is still WIP, but I hope to have it uploaded for review soon.


https://reviews.llvm.org/D25086





More information about the llvm-commits mailing list