This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7f1eb15289a [SCEV] Teach SCEV to find maxBECount when loop endbound is variant new f16734c62c1 Re-land "[dsymutil] Timestmap verification for __swift_ast" new b5d60b88466 [llvm-cov] Generate "report" for given source paths if sour [...]
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: test/tools/dsymutil/X86/swift-ast-x86_64.test | 11 +++++-- test/tools/llvm-cov/Inputs/sources_specified/abs.h | 5 ++++ .../llvm-cov/Inputs/sources_specified/extra/dec.h | 3 ++ .../llvm-cov/Inputs/sources_specified/extra/inc.h | 3 ++ .../llvm-cov/Inputs/sources_specified/main.cc | 9 ++++++ .../Inputs/sources_specified/main.covmapping | Bin 0 -> 624 bytes .../Inputs/sources_specified/main.profdata | Bin 0 -> 880 bytes test/tools/llvm-cov/sources-specified.test | 28 +++++++++++++++++ tools/dsymutil/BinaryHolder.h | 12 ++++---- tools/dsymutil/DwarfLinker.cpp | 33 +++++++++++++++------ tools/dsymutil/dsymutil.cpp | 6 +++- tools/dsymutil/dsymutil.h | 9 +++--- tools/llvm-cov/CodeCoverage.cpp | 5 +++- tools/llvm-cov/CoverageReport.cpp | 7 ++++- tools/llvm-cov/CoverageReport.h | 3 ++ 15 files changed, 109 insertions(+), 25 deletions(-) create mode 100644 test/tools/llvm-cov/Inputs/sources_specified/abs.h create mode 100644 test/tools/llvm-cov/Inputs/sources_specified/extra/dec.h create mode 100644 test/tools/llvm-cov/Inputs/sources_specified/extra/inc.h create mode 100644 test/tools/llvm-cov/Inputs/sources_specified/main.cc create mode 100644 test/tools/llvm-cov/Inputs/sources_specified/main.covmapping create mode 100644 test/tools/llvm-cov/Inputs/sources_specified/main.profdata create mode 100644 test/tools/llvm-cov/sources-specified.test