]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #47884 - cuviper:run-pass-sse2, r=alexcrichton
authorkennytm <kennytm@gmail.com>
Wed, 31 Jan 2018 08:36:13 +0000 (16:36 +0800)
committerGitHub <noreply@github.com>
Wed, 31 Jan 2018 08:36:13 +0000 (16:36 +0800)
commitffb6b466b8d404723dd6533809d7ed97d7da9b81
tree6a84eb06a7f2a0d731c243b4064fcc064c707e71
parent38587a7bd95b2dfc992f9025cc4a624a4dfb068a
parenteaebfd4420b190a492e23613dcb97c849cb8449e
Rollup merge of #47884 - cuviper:run-pass-sse2, r=alexcrichton

Ignore run-pass/sse2 when using system LLVM

This is a test of `target_feature`, which needs a rust-specific patch to
LLVM to add `MCSubtargetInfo::getFeatureTable()`.