[all-commits] [llvm/llvm-project] e3df94: [llvm-cov] reset executation count to 0 after wrap...

ZequanWu via All-commits all-commits at lists.llvm.org
Tue Aug 4 18:39:10 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e3df9471750935876bd2bf7da93ccf0eacca8592
      https://github.com/llvm/llvm-project/commit/e3df9471750935876bd2bf7da93ccf0eacca8592
  Author: Zequan Wu <zequanwu at google.com>
  Date:   2020-08-04 (Tue, 04 Aug 2020)

  Changed paths:
    M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
    M llvm/test/tools/llvm-cov/Inputs/instrprof-comdat.h
    M llvm/test/tools/llvm-cov/ignore-filename-regex.test
    M llvm/unittests/ProfileData/CoverageMappingTest.cpp

  Log Message:
  -----------
  [llvm-cov] reset executation count to 0 after wrapped segment

Fix the bug: https://bugs.llvm.org/show_bug.cgi?id=36979. It also fixes this bug: https://bugs.llvm.org/show_bug.cgi?id=35404, which I think is caused by the same problem.

Differential Revision: https://reviews.llvm.org/D85036




More information about the All-commits mailing list