llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
28.58k stars 11.81k forks source link

Profiling report with branch coverage for templates is misleading #111743

Open stma247 opened 1 week ago

stma247 commented 1 week ago

The export mode of tool "llvm-cov" for format "lcov" does not combine the branch counts of C++ template functions instantiations.

A preceding discussion describes the issue in detail: https://discourse.llvm.org/t/profiling-report-with-branch-coverage-for-templates-is-misleading/82323

stma247 commented 1 week ago

I am already working on a solution. The PR will follow soon.