From: Josh Stone Date: Tue, 30 Jan 2018 18:18:54 +0000 (-0800) Subject: Ignore run-pass/sse2 when using system LLVM X-Git-Tag: archive/raspbian/1.24.1+dfsg1-1_deb9u2+rpi1~25 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4e4bd5d5f3ce096d373bb590dd7d8e641d6b29a3;p=rustc.git 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()`. Gbp-Pq: Name u-0001-Ignore-run-pass-sse2-when-using-system-LLVM.patch --- diff --git a/src/test/run-pass/sse2.rs b/src/test/run-pass/sse2.rs index c27f83011c..858a53cb38 100644 --- a/src/test/run-pass/sse2.rs +++ b/src/test/run-pass/sse2.rs @@ -7,7 +7,7 @@ // , 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)]