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

Bump the minimum LLVM to 3.9 #45326

Merged
merged 4 commits into from
Oct 18, 2017
Merged

Commits on Oct 16, 2017

  1. Bump the minimum LLVM to 3.9

    Old LLVM bugs are reportedly cropping up harder, but 3.9 seems to be OK.
    
    Fixes rust-lang#45277.
    cuviper committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    68311bd View commit details
    Browse the repository at this point in the history
  2. Update the codegen/mainsubprogram tests to min-llvm 4.0

    The necessary changes were only in upstream LLVM in 4.0, but they were
    for a while backported to Rust LLVM.  Now that Rust LLVM is also 4.0, we
    can make the test conditional here more accurate.
    cuviper committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    7538a9b View commit details
    Browse the repository at this point in the history
  3. bootstrap: update and enable the LLVM version-check

    While the `config.toml.example` comments say "we automatically check the
    version by default," we actually didn't.  That check was badly out of
    date, only allowing 3.5, 3.6, or 3.7.  This it now updated to the new
    3.9 minimum requirement, and truly enabled by default.
    cuviper committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    6f33108 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2017

  1. Configuration menu
    Copy the full SHA
    6309a47 View commit details
    Browse the repository at this point in the history