about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-01-31 16:36:13 +0800
committerGitHub <noreply@github.com>2018-01-31 16:36:13 +0800
commitffb6b466b8d404723dd6533809d7ed97d7da9b81 (patch)
tree6a84eb06a7f2a0d731c243b4064fcc064c707e71
parent38587a7bd95b2dfc992f9025cc4a624a4dfb068a (diff)
parenteaebfd4420b190a492e23613dcb97c849cb8449e (diff)
downloadrust-ffb6b466b8d404723dd6533809d7ed97d7da9b81.tar.gz
rust-ffb6b466b8d404723dd6533809d7ed97d7da9b81.zip
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()`.
-rw-r--r--src/test/run-pass/sse2.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/sse2.rs b/src/test/run-pass/sse2.rs
index c2414e5ff5d..22469b2fde0 100644
--- a/src/test/run-pass/sse2.rs
+++ b/src/test/run-pass/sse2.rs
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// min-llvm-version 4.0
+// no-system-llvm -- needs MCSubtargetInfo::getFeatureTable()
 // ignore-cloudabi no std::env
 
 #![feature(cfg_target_feature)]