[PATCH] D25535: [Coverage] Support loading multiple files into a CoverageMapping
Vedant Kumar via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 12 15:41:22 PDT 2016
vsk created this revision.
vsk added reviewers: MaggieYi, arphaman, ikudrin.
vsk added a subscriber: llvm-commits.
Add support for loading multiple coverage readers into a CoverageMapping
instance. This should make it easier to prepare coverage reports for
multiple binaries.
This should make it possible to substantially simplify https://reviews.llvm.org/D25086.
https://reviews.llvm.org/D25535
Files:
include/llvm/ProfileData/Coverage/CoverageMapping.h
lib/ProfileData/Coverage/CoverageMapping.cpp
unittests/ProfileData/CoverageMappingTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25535.74451.patch
Type: text/x-patch
Size: 13940 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161012/1263f122/attachment.bin>
More information about the llvm-commits
mailing list