With new pm becomes the default, the old-style test command becomes exactly the same as the new test command, i.e. the two commands are now redundant.
We should just delete the old command. (unless someone wants to add enable-new-pm=0 to all old commands.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for working on this!
If the two commands behaves the same, I prefer the old styles since it looks simpler.
Comment Actions
I believe the plan is to have all tests to be in -passes style with new pm (I.e -passes is the preferred style)
Comment Actions
yes, at some point when we've deprecated the legacy PM for the optimziation pipeline I will switch all tests to use -passes=