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

Assume at least LLVM 3.9 in rustllvm and rustc_llvm #46435

Merged
merged 2 commits into from
Dec 3, 2017

Commits on Dec 1, 2017

  1. rustllvm: Remove conditional code for LLVM < 3.9

    We bumped the minimum LLVM to 3.9 in rust-lang#45326.  This just cleans up the
    conditional code in the rustllvm C++ wrappers to assume at least 3.9.
    cuviper committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    51342f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c4452a View commit details
    Browse the repository at this point in the history