This is an archive of the discontinued LLVM Phabricator instance.

[NFC][utils] Factor remaining APIs under FunctionTestBuilder
ClosedPublic

Authored by mtrofin on Dec 17 2020, 7:03 PM.

Details

Summary

Finishing the refactoring started in D93413.

Diff Detail

Event Timeline

mtrofin created this revision.Dec 17 2020, 7:03 PM
mtrofin requested review of this revision.Dec 17 2020, 7:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 17 2020, 7:03 PM
pengfei accepted this revision.Dec 17 2020, 10:03 PM

LGTM.

llvm/utils/UpdateTestChecks/common.py
320–322

Should be adding more spaces?

This revision is now accepted and ready to land.Dec 17 2020, 10:03 PM
mtrofin marked an inline comment as done.Dec 17 2020, 10:13 PM
mtrofin added inline comments.
llvm/utils/UpdateTestChecks/common.py
320–322

I used a linter - not seeing python complaining, I'm assuming it's OK?

This revision was automatically updated to reflect the committed changes.
mtrofin marked an inline comment as done.
pengfei added inline comments.Dec 17 2020, 10:21 PM
llvm/utils/UpdateTestChecks/common.py
320–322

Never mind. Just for formatting.