[PATCH] D85036: [llvm-cov] reset executation count to 0 after wrapped segment

Zequan Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 8 12:13:47 PST 2021


zequanwu added a comment.

This fix to the three bugs is not correct. It's a workaround on llvm-cov side to accommodate clang frontend bugs. It results unexpected effect discovered by Rust coverage. We need to fix those bugs on clang coverage side rather than llvm-cov.

Should I revert it now?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85036/new/

https://reviews.llvm.org/D85036



More information about the llvm-commits mailing list