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

Support compiling rustc without LLVM #42752

Closed
wants to merge 3 commits into from
Closed

Commits on Jun 21, 2017

  1. Build support for no llvm

    bjorn3 committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    ed78ac1 View commit details
    Browse the repository at this point in the history
  2. Make rustc compile without LLVM

    Doesn't yet compile when `llvm-enabled = false` due to crate metadata loading needing LLVM
    bjorn3 committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    2e2501b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2017

  1. Add missing feature gate

    bjorn3 committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    a4f3284 View commit details
    Browse the repository at this point in the history