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

Stabilize -Z symbol-mangling-version=v0 as -C symbol-mangling-version=v0 #90128

Merged

Commits on Jan 1, 2022

  1. Stabilize -Z symbol-mangling-version as -C symbol-mangling-version

    This allows selecting `v0` symbol-mangling without an unstable option.
    Selecting `legacy` still requires -Z unstable-options.
    
    Continue supporting -Z symbol-mangling-version for compatibility for
    now, but show a deprecation warning for it.
    joshtriplett committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    bbf4b66 View commit details
    Browse the repository at this point in the history
  2. Update references to -Z symbol-mangling-version to use -C

    Replace `-Z symbol-mangling-version=v0` with `-C symbol-mangling-version=v0`.
    
    Replace `-Z symbol-mangling-version=legacy` with
    `-Z unstable-options -C symbol-mangling-version=legacy`.
    joshtriplett committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    ff94b3b View commit details
    Browse the repository at this point in the history