Ignore run-pass/sse2 when using system LLVM
authorJosh Stone <jistone@redhat.com>
Tue, 30 Jan 2018 18:18:54 +0000 (10:18 -0800)
committerXimin Luo <infinity0@debian.org>
Wed, 7 Mar 2018 19:07:27 +0000 (19:07 +0000)
This is a test of `target_feature`, which needs a rust-specific patch to
LLVM to add `MCSubtargetInfo::getFeatureTable()`.

Gbp-Pq: Name u-0001-Ignore-run-pass-sse2-when-using-system-LLVM.patch

src/test/run-pass/sse2.rs

index c27f83011cb1b4c7f95498589e333a4851eea413..858a53cb38361bb495986059e1383a1a8cc8d049 100644 (file)
@@ -7,7 +7,7 @@
 // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
 // 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()
 
 #![feature(cfg_target_feature)]