Skip to content

Commit b189df1

Browse files
cuviperEmilio Pozuelo Monfort
authored andcommitted
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
1 parent cb491c0 commit b189df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/sse2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
10-
// min-llvm-version 4.0
10+
// no-system-llvm -- needs MCSubtargetInfo::getFeatureTable()
1111

1212
#![feature(cfg_target_feature)]
1313

0 commit comments

Comments
 (0)