Skip to content

Commit

Permalink
Ignore run-pass/sse2 when using system LLVM
Browse files Browse the repository at this point in the history
This is a test of `target_feature`, which needs a rust-specific patch to
LLVM to add `MCSubtargetInfo::getFeatureTable()`.
  • Loading branch information
cuviper committed Jan 30, 2018
1 parent def3269 commit eaebfd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-pass/sse2.rs
Expand Up @@ -8,7 +8,7 @@
// 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()
// ignore-cloudabi no std::env

#![feature(cfg_target_feature)]
Expand Down

0 comments on commit eaebfd4

Please sign in to comment.