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

Deprecate no-op codegen option -Cinline-threshold=... #124712

Merged
merged 3 commits into from
Jun 24, 2024

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    3af6242 View commit details
    Browse the repository at this point in the history
  2. Fix typo in -Cno-stack-check deprecation warning

    The flag `--no-stack-check` does not exist:
    
        $ rustc --no-stack-check
        error: Unrecognized option: 'no-stack-check'. Did you mean `-C no-stack-check`?
    Enselic committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    651ff64 View commit details
    Browse the repository at this point in the history
  3. Deprecate no-op codegen option -Cinline-threshold=...

    This deprecates `-Cinline-threshold` since using it has no effect. This
    has been the case since the new LLVM pass manager started being used,
    more than 2 years ago.
    Enselic committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    f5f067b View commit details
    Browse the repository at this point in the history