This is an archive of the discontinued LLVM Phabricator instance.

[lit] [PATCH 1/2] Specify a common interface in a common base class for all report types
AcceptedPublic

Authored by gbedwell on Feb 7 2023, 10:11 AM.

Details

Reviewers
yln
haowei
Summary

This is just a simple NFCI refactor in preparation for [PATCH 2/2]

Diff Detail

Event Timeline

gbedwell created this revision.Feb 7 2023, 10:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 7 2023, 10:11 AM
Herald added a subscriber: delcypher. · View Herald Transcript
gbedwell requested review of this revision.Feb 7 2023, 10:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 7 2023, 10:11 AM

LGTM. Please wait for the approval from @yln .

yln accepted this revision.Feb 7 2023, 3:42 PM

LGTM, thanks!

  • 1 whitespace nit
  • abc package available everywhere? If not, can we do without?
llvm/utils/lit/lit/reports.py
1

Please make sure this is a "default" Python package. Otherwise it might not be available in every environment lit runs.

10

Python lint says top level elements should be separated by 2 lines *shrug*

This revision is now accepted and ready to land.Feb 7 2023, 3:42 PM