This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 521eae8a46f gn build: Merge r363242 new 235358f255d [Coverage] Load code coverage data from archives
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/CommandGuide/llvm-cov.rst | 6 + .../ProfileData/Coverage/CoverageMappingReader.h | 10 +- lib/ProfileData/Coverage/CoverageMapping.cpp | 11 +- lib/ProfileData/Coverage/CoverageMappingReader.cpp | 196 ++++++++++++++------- .../Inputs/universal_bin_wrapping_archives/obj1.c | 1 + .../universal_bin_wrapping_archives/obj1_32.o | Bin 0 -> 1340 bytes .../Inputs/universal_bin_wrapping_archives/obj2.c | 1 + .../universal_bin_wrapping_archives/obj2_32.o | Bin 0 -> 1340 bytes .../universal_bin_wrapping_archives | Bin 0 -> 6240 bytes .../universal_bin_wrapping_archives.proftext | 8 + .../llvm-cov/universal_bin_wrapping_archives.test | 44 +++++ 11 files changed, 204 insertions(+), 73 deletions(-) create mode 100644 test/tools/llvm-cov/Inputs/universal_bin_wrapping_archives/obj1.c create mode 100644 test/tools/llvm-cov/Inputs/universal_bin_wrapping_archives/obj1_32.o create mode 100644 test/tools/llvm-cov/Inputs/universal_bin_wrapping_archives/obj2.c create mode 100644 test/tools/llvm-cov/Inputs/universal_bin_wrapping_archives/obj2_32.o create mode 100644 test/tools/llvm-cov/Inputs/universal_bin_wrapping_archives/univ [...] create mode 100644 test/tools/llvm-cov/Inputs/universal_bin_wrapping_archives/univ [...] create mode 100644 test/tools/llvm-cov/universal_bin_wrapping_archives.test