Skip to content

Remove linking and intrinsics code made dead by only supporting LLVM 3.7 and up #34208

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 2 commits into from
Jun 11, 2016

Conversation

shepmaster
Copy link
Member

This is mostly based on Alex's throwaway comment:

probably reject those that LLVM just doesn't support...

So I'm more than happy to adjust the PR based on how you thought this should look. Also happy to split it into two PRs, one for linking and one for intrinsics.

r? @alexcrichton

/cc @nagisa @brson

Since we only support LLVM 3.7 and above, we will never need to use the
AR linker. Remove the possibility of calling it and all the now-dead
code.
@alexcrichton
Copy link
Member

@bors: r+ 448e254

awww yeah that's the good stuff

@brson
Copy link
Contributor

brson commented Jun 11, 2016

Surprising amount of cruft.

@bors
Copy link
Collaborator

bors commented Jun 11, 2016

⌛ Testing commit 448e254 with merge 682abf7...

bors added a commit that referenced this pull request Jun 11, 2016
…crichton

Remove linking and intrinsics code made dead by only supporting LLVM 3.7 and up

This is mostly based on Alex's throwaway comment:

> probably reject those that LLVM just doesn't support...

So I'm more than happy to adjust the PR based on how you thought this should look. Also happy to split it into two PRs, one for linking and one for intrinsics.

r? @alexcrichton

/cc @nagisa @brson
@bors bors merged commit 448e254 into rust-lang:master Jun 11, 2016
@shepmaster shepmaster deleted the llvm-3.7-linking-intrinsics branch September 24, 2016 13:58
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants