Skip to content

Commit eaebfd4

Browse files
committed
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()`.
1 parent def3269 commit eaebfd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/sse2.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// min-llvm-version 4.0
11+
// no-system-llvm -- needs MCSubtargetInfo::getFeatureTable()
1212
// ignore-cloudabi no std::env
1313

1414
#![feature(cfg_target_feature)]

0 commit comments

Comments
 (0)