Skip to content

Commit d87b403

Browse files
committed
set min-llvm-version 6.0, ignore-emscripten
1 parent 0118a65 commit d87b403

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/test/codegen/simd-intrinsic-float-minmax.rs

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

11+
// ignore-emscripten
12+
// min-llvm-version 6.0
13+
1114
// compile-flags: -C no-prepopulate-passes
1215

1316
#![crate_type = "lib"]

src/test/run-fail/simd-intrinsic-float-minmax.rs

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
// ignore-emscripten
12+
// min-llvm-version 6.0
1213

1314
// Test that the simd_f{min,max} intrinsics produce the correct results.
1415

0 commit comments

Comments
 (0)