]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #47826 - gnzlbg:patch-2, r=alexcrichton
authorkennytm <kennytm@gmail.com>
Tue, 30 Jan 2018 09:10:56 +0000 (17:10 +0800)
committerGitHub <noreply@github.com>
Tue, 30 Jan 2018 09:10:56 +0000 (17:10 +0800)
commit16d3fdb752bdc08e18c93a048d2aa965348fd17a
tree2564902806bd53228fe1f29ca9687f50a257a921
parent003254e105ae56bb4c8913b63f184ace32b5dfdd
parentb32dbbc67e4ffa15c3abed2b6329f5029da7671b
Rollup merge of #47826 - gnzlbg:patch-2, r=alexcrichton

Whitelist v7 feature for ARM and AARCH64.

Needed for `v7` features in `coresimd`.

See https://github.com/rust-lang-nursery/stdsimd/blob/b2f7be24d5043a88427f9a5258ca9a51ede6d029/coresimd/src/arm/v7.rs#L40 which used to work but doesn't anymore.

r? alexcrichton
src/librustc_trans/llvm_util.rs