[PATCH] D63232: [Coverage] Load code coverage data from archives

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 13 12:12:20 PDT 2019


vsk updated this revision to Diff 204603.
vsk edited the summary of this revision.
vsk added a comment.

- Add support for thin archives (and a test).
- Update the llvm-cov CommandGuide doc.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63232/new/

https://reviews.llvm.org/D63232

Files:
  llvm/docs/CommandGuide/llvm-cov.rst
  llvm/include/llvm/ProfileData/Coverage/CoverageMappingReader.h
  llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
  llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp
  llvm/test/tools/llvm-cov/Inputs/universal_bin_wrapping_archives/obj1.c
  llvm/test/tools/llvm-cov/Inputs/universal_bin_wrapping_archives/obj1_32.o
  llvm/test/tools/llvm-cov/Inputs/universal_bin_wrapping_archives/obj2.c
  llvm/test/tools/llvm-cov/Inputs/universal_bin_wrapping_archives/obj2_32.o
  llvm/test/tools/llvm-cov/Inputs/universal_bin_wrapping_archives/universal_bin_wrapping_archives
  llvm/test/tools/llvm-cov/Inputs/universal_bin_wrapping_archives/universal_bin_wrapping_archives.proftext
  llvm/test/tools/llvm-cov/universal_bin_wrapping_archives.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63232.204603.patch
Type: text/x-patch
Size: 17988 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190613/9598e42c/attachment.bin>


More information about the llvm-commits mailing list