[PATCH] D36020: [llvm-cov] Unify region marker placement between text/html modes

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 4 17:38:29 PDT 2017


vsk added a comment.

In https://reviews.llvm.org/D36020#832656, @efriedma wrote:

> By strange region highlighting, do you mean http://lab.llvm.org:8080/coverage/coverage-reports/all/coverage/Users/buildslave/jenkins/sharedspace/clang-stage2-coverage-R@2/llvm/lib/Target/ARM/ARMISelLowering.cpp.html#L1401 ?


Unfortunately, no, is a separate problem in llvm-cov exposed by cfe/r310010. Clang is producing reasonable mappings, but llvm-cov stops being able to find line segments after a certain point, and keeps printing out the line execution count from the last line segment it encountered. I reverted the clang change for now so I can look into what's happening.


https://reviews.llvm.org/D36020





More information about the llvm-commits mailing list