This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8bee6f71bbc Use the handle --check-prefixes mechanism to de-verbosify a [...] new 7a0044c4202 Ignore object files that lack coverage information. new b35a6f3e1a3 [ASan] Make insertion of version mismatch guard configurable
The 2 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: .../llvm/ProfileData/Coverage/CoverageMapping.h | 1 + lib/ProfileData/Coverage/CoverageMapping.cpp | 23 +++++++++++++++++++-- .../Instrumentation/AddressSanitizer.cpp | 8 ++++++- .../AddressSanitizer/version-mismatch-check.ll | 12 +++++++++++ .../instrumented | Bin 0 -> 66216 bytes .../instrumented.cc | 5 +++++ .../instrumented.profdata | Bin 0 -> 640 bytes .../instrumented.raw | Bin 0 -> 192 bytes .../not_instrumented | Bin 0 -> 16224 bytes .../not_instrumented.cc | 1 + .../multiple-objects-not-all-instrumented.test | 12 +++++++++++ 11 files changed, 59 insertions(+), 3 deletions(-) create mode 100644 test/Instrumentation/AddressSanitizer/version-mismatch-check.ll create mode 100755 test/tools/llvm-cov/Inputs/multiple_objects_not_all_instrumente [...] create mode 100644 test/tools/llvm-cov/Inputs/multiple_objects_not_all_instrumente [...] create mode 100644 test/tools/llvm-cov/Inputs/multiple_objects_not_all_instrumente [...] create mode 100644 test/tools/llvm-cov/Inputs/multiple_objects_not_all_instrumente [...] create mode 100755 test/tools/llvm-cov/Inputs/multiple_objects_not_all_instrumente [...] create mode 100644 test/tools/llvm-cov/Inputs/multiple_objects_not_all_instrumente [...] create mode 100644 test/tools/llvm-cov/multiple-objects-not-all-instrumented.test