Skip to content

Commit ffb6b46

Browse files
authored
Rollup merge of #47884 - cuviper:run-pass-sse2, r=alexcrichton
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()`.
2 parents 38587a7 + eaebfd4 commit ffb6b46

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)