This is an archive of the discontinued LLVM Phabricator instance.

[Utils] Support lit-like substitutions in update_cc_test_checks
ClosedPublic

Authored by ggeorgakoudis on Mar 16 2021, 7:42 AM.

Diff Detail

Event Timeline

ggeorgakoudis requested review of this revision.Mar 16 2021, 7:42 AM
ggeorgakoudis created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptMar 16 2021, 7:42 AM
jdoerfert accepted this revision.Mar 16 2021, 7:56 AM

Looks good, you should be able to test this by adding %S (and %t) to a run line in the existing tests.

This revision is now accepted and ready to land.Mar 16 2021, 7:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 16 2021, 10:29 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision was landed with ongoing or failed builds.Mar 16 2021, 10:36 AM
This revision was automatically updated to reflect the committed changes.
arichardson added inline comments.
llvm/utils/update_cc_test_checks.py
228

Shouldn't this be the directory containing the test?

ggeorgakoudis added inline comments.Mar 23 2021, 9:36 AM
llvm/utils/update_cc_test_checks.py
228

You are right, I will submit a patch soon.