This is an archive of the discontinued LLVM Phabricator instance.

[UpdateTestChecks] Move more update_test_checks.py logic to common.py
ClosedPublic

Authored by arichardson on Apr 22 2020, 2:28 AM.

Details

Summary

I intend to reuse this to add UTC_ARGS support for update_llc_test_checks.py
and update_cc_test_checks.py in D78478.

Depends on D78617.

Diff Detail

Event Timeline

arichardson created this revision.Apr 22 2020, 2:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2020, 2:28 AM
jdoerfert accepted this revision.Jul 2 2020, 9:21 AM

Nice cleanup! Sorry for the delay. LGTM

llvm/utils/UpdateTestChecks/common.py
101

Nit: Should we look for UTC_ADVERT instead of the 'autogenerated' string?

This revision is now accepted and ready to land.Jul 2 2020, 9:21 AM
This revision was automatically updated to reflect the committed changes.
arichardson marked an inline comment as done.