This is an archive of the discontinued LLVM Phabricator instance.

[lit] Refactor ProgressDisplay
ClosedPublic

Authored by yln on Oct 4 2019, 4:20 PM.

Details

Summary

Move progress display to separate file. Simplify some code paths.
Decouple from other components via progress callback. Remove unused
_Display class.

Diff Detail

Event Timeline

yln created this revision.Oct 4 2019, 4:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 4 2019, 4:20 PM

LGTM, thanks for the refactoring.

yln added a comment.Oct 9 2019, 9:07 AM

LGTM, thanks for the refactoring.

Hi Serge, do you feel comfortable officially accepting this revision or should we wait for a second LGTM?

Yeah, I'm all in for that one.

This revision is now accepted and ready to land.Oct 9 2019, 10:02 AM
This revision was automatically updated to reflect the committed changes.