about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2018-01-30 10:18:54 -0800
committerJosh Stone <jistone@redhat.com>2018-01-30 10:18:54 -0800
commiteaebfd4420b190a492e23613dcb97c849cb8449e (patch)
tree0568690b4cf593216e4b1fbb0987be53c9e0b2d5 /src/test
parentdef3269a71be2e737cad27418a3dad9f5bd6cd32 (diff)
downloadrust-eaebfd4420b190a492e23613dcb97c849cb8449e.tar.gz
rust-eaebfd4420b190a492e23613dcb97c849cb8449e.zip
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()`.
Diffstat (limited to 'src/test')
-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)]