Skip to content

Restore compatibility with LLVM 3.7 and 3.8 - #37912

Merged
bors merged 1 commit into
rust-lang:masterfrom
sanxiyn:llvm-compat
Nov 21, 2016
Merged

Restore compatibility with LLVM 3.7 and 3.8#37912
bors merged 1 commit into
rust-lang:masterfrom
sanxiyn:llvm-compat

Conversation

@sanxiyn

Copy link
Copy Markdown
Contributor

#37831 broke compatibility with LLVM 3.7 and 3.8. While LLVM Attribute API has been there for a long time, LLVM Attribute API C binding, including LLVMAttributeRef type, is new in LLVM 3.9. This patch avoids uses of LLVMAttributeRef.

This should fix Travis build.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @aturon

(rust_highfive has picked a reviewer for you, use r? to override)

@eddyb

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Nov 21, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit c45f3de has been approved by eddyb

@pnkfelix

Copy link
Copy Markdown
Contributor

@bors p=2

(just in case a PR with a lower number like mine is r plussed in the interim)

@bors

bors commented Nov 21, 2016

Copy link
Copy Markdown
Collaborator

⌛ Testing commit c45f3de with merge 80a95e3...

bors added a commit that referenced this pull request Nov 21, 2016
Restore compatibility with LLVM 3.7 and 3.8
This should fix Travis build.
@bors
bors merged commit c45f3de into rust-lang:masterNov 21, 2016
@sanxiyn
sanxiyn deleted the llvm-compat branch November 22, 2016 03:11
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@sanxiyn@rust-highfive@eddyb@bors@pnkfelix@aturon