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

rustbuild: allow overriding list of LLVM targets to build #38657

Merged
merged 1 commit into from
Dec 30, 2016

Commits on Dec 28, 2016

  1. rustbuild: allow overriding list of LLVM targets to build

    A new option is introduced under the `[llvm]` section of `config.toml`,
    `targets`, for overriding the list of LLVM targets to build support for.
    The option is passed through to LLVM configure script. Also notes are
    added about the implications of (ab)using the option; since the default
    is not changed, and users of the option are expected to know what
    they're doing anyway (as every porter should), the impact should be
    minimal.
    
    Fixes rust-lang#38200.
    xen0n committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    0f8e931 View commit details
    Browse the repository at this point in the history