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

Require LLVM 3.7 #34104

Merged
merged 1 commit into from
Jun 7, 2016
Merged

Require LLVM 3.7 #34104

merged 1 commit into from
Jun 7, 2016

Conversation

nagisa
Copy link
Member

@nagisa nagisa commented Jun 5, 2016

We are using getMCTargetInfo which is 3.7+. I’m not sure whether 3.7 works though.

Fixes #34103

r? @alexcrichton

We are using getMCTargetInfo which is 3.7+
@sanxiyn
Copy link
Member

sanxiyn commented Jun 6, 2016

Currently 3.7 compat is tested by Travis, so yes it works.

@alexcrichton
Copy link
Member

@bors: r+ 12abddb rollup

cc @rust-lang/tools, we don't currently have much in terms of a policy on what versions of LLVM to support, but "at least the last stable release" seems reasonable to me, and it's true that 3.7 is the only guarantee we're providing for now.

I figure that if anyone needs 3.6 support then we can at that point actively go and add CI + update everything, but for now this is just moving our configure script closer to the truth.

@sanxiyn
Copy link
Member

sanxiyn commented Jun 6, 2016

FYI, Debian Rust package is on LLVM 3.7 at the moment: https://packages.debian.org/source/sid/rustc

steveklabnik added a commit to steveklabnik/rust that referenced this pull request Jun 7, 2016
Require LLVM 3.7

We are using getMCTargetInfo which is 3.7+. I’m not sure whether 3.7 works though.

Fixes rust-lang#34103

r? @alexcrichton
bors added a commit that referenced this pull request Jun 7, 2016
Rollup of 13 pull requests

- Successful merges: #33645, #33897, #33945, #34007, #34060, #34070, #34094, #34098, #34099, #34104, #34124, #34125, #34138
- Failed merges:
@bors bors merged commit 12abddb into rust-lang:master Jun 7, 2016
@brson brson added the relnotes Marks issues that should be documented in the release notes of the next release. label Jun 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
relnotes Marks issues that should be documented in the release notes of the next release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants