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

Rename bitcode-in-rlib option to embed-bitcode #71716

Merged
merged 1 commit into from
May 2, 2020

Commits on May 1, 2020

  1. Rename bitcode-in-rlib option to embed-bitcode

    This commit finishes work first pioneered in rust-lang#70458 and started in rust-lang#71528.
    The `-C bitcode-in-rlib` option, which has not yet reached stable, is
    renamed to `-C embed-bitcode` since that more accurately reflects what
    it does now anyway. Various tests and such are updated along the way as
    well.
    
    This'll also need to be backported to the beta channel to ensure we
    don't accidentally stabilize `-Cbitcode-in-rlib` as well.
    alexcrichton committed May 1, 2020
    Configuration menu
    Copy the full SHA
    e1832fa View commit details
    Browse the repository at this point in the history