Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove legacy PM leftovers #108599

Merged
merged 2 commits into from
Mar 3, 2023
Merged

Remove legacy PM leftovers #108599

merged 2 commits into from
Mar 3, 2023

Commits on Mar 1, 2023

  1. Remove pass initialization code

    This is no longer necessary with the new pass manager.
    nikic committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    45f694d View commit details
    Browse the repository at this point in the history
  2. Print NewPM passes

    -C passes=list was printing passes for the legacy pass manager.
    Use PassBuilder::printPassNames() to print NewPM passes instead.
    nikic committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    655a810 View commit details
    Browse the repository at this point in the history