diff options
| author | kennytm <kennytm@gmail.com> | 2018-01-31 16:36:13 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-31 16:36:13 +0800 |
| commit | ffb6b466b8d404723dd6533809d7ed97d7da9b81 (patch) | |
| tree | 6a84eb06a7f2a0d731c243b4064fcc064c707e71 | |
| parent | 38587a7bd95b2dfc992f9025cc4a624a4dfb068a (diff) | |
| parent | eaebfd4420b190a492e23613dcb97c849cb8449e (diff) | |
| download | rust-ffb6b466b8d404723dd6533809d7ed97d7da9b81.tar.gz rust-ffb6b466b8d404723dd6533809d7ed97d7da9b81.zip | |
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()`.
| -rw-r--r-- | src/test/run-pass/sse2.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/sse2.rs b/src/test/run-pass/sse2.rs index c2414e5ff5d..22469b2fde0 100644 --- a/src/test/run-pass/sse2.rs +++ b/src/test/run-pass/sse2.rs @@ -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)] |
