This is an archive of the discontinued LLVM Phabricator instance.

[Coverage] Map regions from system headers
ClosedPublic

Authored by gulfem on Feb 3 2023, 4:45 PM.

Details

Summary

Originally, the following commit removed mapping coverage regions for system headers:
https://github.com/llvm/llvm-project/commit/93205af066341a53733046894bd75c72c99566db

It might be viable and useful to collect coverage from system headers in some systems.
This patch adds --system-headers-coverage option (disabled by default) to enable
collecting coverage from system headers.

Diff Detail

Event Timeline

gulfem created this revision.Feb 3 2023, 4:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 3 2023, 4:45 PM
gulfem requested review of this revision.Feb 3 2023, 4:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 3 2023, 4:45 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
phosek accepted this revision.Feb 4 2023, 3:04 PM

LGTM

This revision is now accepted and ready to land.Feb 4 2023, 3:04 PM
This revision was automatically updated to reflect the committed changes.