This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 451a26b [sancov] a simple .symcov coverage report server new 07aadc2 Remove dead code from LiveDebugVariables.cpp (NFC) new dc72d13 [sancov] introducing symbolized coverage files (.symcov)
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: include/llvm/DebugInfo/DIContext.h | 4 + lib/CodeGen/LiveDebugVariables.cpp | 54 +- .../tools/sancov/Inputs/test-linux_x86_64.0.symcov | 25 + .../tools/sancov/Inputs/test-linux_x86_64.1.symcov | 25 + test/tools/sancov/html-report.test | 6 - test/tools/sancov/merge.test | 64 + test/tools/sancov/symbolize.test | 29 + tools/sancov/sancov.cc | 1366 +++++++++----------- 8 files changed, 783 insertions(+), 790 deletions(-) create mode 100644 test/tools/sancov/Inputs/test-linux_x86_64.0.symcov create mode 100644 test/tools/sancov/Inputs/test-linux_x86_64.1.symcov delete mode 100644 test/tools/sancov/html-report.test create mode 100644 test/tools/sancov/merge.test create mode 100644 test/tools/sancov/symbolize.test