This is an archive of the discontinued LLVM Phabricator instance.

Add a new top level statistic that tracks how many modules have variable errors.
ClosedPublic

Authored by clayborg on Nov 20 2022, 9:42 AM.

Details

Summary

We have a statistic on each module named "debugInfoHadVariableErrors" which tracks when we have debug info, but an error prevented the variables from being displayed. This patch adds a new top level statistic named "totalModuleCountWithVariableErrors" which is a count of the modules that have "debugInfoHadVariableErrors" set to true.

Diff Detail

Event Timeline

clayborg created this revision.Nov 20 2022, 9:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 20 2022, 9:42 AM
clayborg requested review of this revision.Nov 20 2022, 9:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 20 2022, 9:42 AM
yinghuitan accepted this revision.Nov 20 2022, 11:21 AM
This revision is now accepted and ready to land.Nov 20 2022, 11:21 AM