From 95355100547d1fe18244253d1ac79a91ca4b31dc Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 30 Jan 2018 10:18:54 -0800 Subject: [PATCH] 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 --- src/test/run-pass/sse2.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)] -- 2.30.2