This is an archive of the discontinued LLVM Phabricator instance.

Change lit test for print-changed=dot-cfg to use regular expression
ClosedPublic

Authored by jamieschmeiser on Jun 2 2022, 5:45 AM.

Details

Summary

[NFC] Change lit test for print-changed=dot-cfg to use regular expression

Issue 55761:

Change the lit test for print-changed=dot-cfg to have a regular expression
for the template arguments portion of the name for a pass manager pass.
This part of the name can change because it is based on the name provided
by the compiler, which is implementation-dependent. This mimics the
other change printer tests.

Diff Detail

Event Timeline

jamieschmeiser created this revision.Jun 2 2022, 5:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 2 2022, 5:45 AM
jamieschmeiser requested review of this revision.Jun 2 2022, 5:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 2 2022, 5:45 AM
mgorny accepted this revision.Jun 2 2022, 7:24 AM

I can confirm that the tests pass for me now. Thanks a lot!

This revision is now accepted and ready to land.Jun 2 2022, 7:24 AM
This revision was landed with ongoing or failed builds.Jun 6 2022, 12:53 PM
This revision was automatically updated to reflect the committed changes.