This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Fix timer logging inverted quiet condition
ClosedPublic

Authored by kastiglione on Jan 20 2022, 2:20 PM.

Details

Summary

The logic of g_quiet was inverted in D26243. This corrects the issue.

Without this, running log timers enable produces a high volume of incremental
timer output.

Diff Detail

Event Timeline

kastiglione requested review of this revision.Jan 20 2022, 2:20 PM
kastiglione created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 20 2022, 2:20 PM
This revision is now accepted and ready to land.Jan 20 2022, 2:45 PM
This revision was automatically updated to reflect the committed changes.