This is an archive of the discontinued LLVM Phabricator instance.

[test] Use -passes in lit tests for the UpdateTestChecks tool
ClosedPublic

Authored by bjope on Nov 24 2021, 1:19 AM.

Details

Summary

The UpdateTestChecks tool itself does not care about which pass
manager that is used in the opt invocation. So the lit tests that
are verifying the behavior of the UpdateTestChecks tool is updated
to use the new-PM syntax (-passes=) when specifying the pass pipeline
in the test cases that are used for verifying the UpdateTestChecks
tool.

Diff Detail

Event Timeline

bjope created this revision.Nov 24 2021, 1:19 AM
bjope requested review of this revision.Nov 24 2021, 1:19 AM
Herald added a reviewer: sstefan1. · View Herald Transcript
Herald added a reviewer: baziotis. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
aeubanks accepted this revision.Nov 26 2021, 11:54 AM
This revision is now accepted and ready to land.Nov 26 2021, 11:54 AM