]> git.lizzy.rs Git - rust.git/commit
Auto merge of #34208 - shepmaster:llvm-3.7-linking-intrinsics, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 11 Jun 2016 08:32:44 +0000 (01:32 -0700)
committerGitHub <noreply@github.com>
Sat, 11 Jun 2016 08:32:44 +0000 (01:32 -0700)
commit682abf79afa40ba17eb6dfe47f944544c966839c
treecb3d01f9ca281c9757dbf01db97904651962624b
parent945ba123624a88ee0f6678af55d8fb3080a6530b
parent448e254ca0416148b7ee8450e37dc1727fc5d530
Auto merge of #34208 - shepmaster:llvm-3.7-linking-intrinsics, r=alexcrichton

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