This is an archive of the discontinued LLVM Phabricator instance.

[llvm-cov] Enable `-show-directory-coverage` for LLVM itself.
ClosedPublic

Authored by AtomicGu on Aug 23 2023, 10:07 PM.

Details

Summary

My previous patch D151283 added a new option to llvm-cov to make it generate a hierarchical report for better view. This patch is to enable it for the coverage report of LLVM itself.

Diff Detail

Event Timeline

AtomicGu created this revision.Aug 23 2023, 10:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2023, 10:07 PM
AtomicGu requested review of this revision.Aug 23 2023, 10:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2023, 10:07 PM
phosek accepted this revision.Aug 24 2023, 12:24 AM

LGTM

This revision is now accepted and ready to land.Aug 24 2023, 12:24 AM
This revision was landed with ongoing or failed builds.Aug 24 2023, 5:26 AM
This revision was automatically updated to reflect the committed changes.