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

Install llvm tools to sysroot when assembling local toolchain #91685

Merged
merged 1 commit into from
Dec 9, 2021

Commits on Dec 9, 2021

  1. Install llvm tools to sysroot when assembling local toolchain

    Some projects (e.g. the `bootimage` crate) may require the
    user to install the `llvm-tools-preview` rustup component.
    However, this cannot be easily done with a locally built toolchain.
    
    To allow a local toolchain to be used a drop-in replacement for
    a normal rustup toolchain in more cases, this PR copies the built
    LLVM tools to the sysoot. From the perspective a tool looking
    at the sysroot, this is equivalent to installing `llvm-tools-preview`.
    Aaron1011 committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    9bcbc58 View commit details
    Browse the repository at this point in the history