[clang] [Coverage] Map regions from system headers (PR #76950)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 29 02:40:56 PST 2024
mhaehnel wrote:
Your revert just masks the underlying issue. What you do now is that you *can* specify `-system-headers-coverage` but the compiler will not actually provide coverage data for system headers because the flag is ignored. So specifying the switch becomes meaningless.
https://github.com/llvm/llvm-project/pull/76950
More information about the cfe-commits
mailing list