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

Allow to disable thinLTO buffer to support lto-embed-bitcode lld feature #98162

Merged
merged 1 commit into from
Jul 21, 2022

Commits on Jul 14, 2022

  1. rustc: add ability to output regular LTO bitcode modules

    Adding the option to control from rustc CLI
    if the resulted ".o" bitcode module files are with
    thinLTO info or regular LTO info.
    
    Allows using "-lto-embed-bitcode=optimized" during linkage
    correctly.
    
    Signed-off-by: Ziv Dunkelman <ziv.dunkelman@nextsilicon.com>
    darkness-ai committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    724c912 View commit details
    Browse the repository at this point in the history