Skip to content

Commit

Permalink
set min-llvm-version 6.0, ignore-emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Mar 22, 2018
1 parent 0118a65 commit d87b403
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/codegen/simd-intrinsic-float-minmax.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// ignore-emscripten
// min-llvm-version 6.0

// compile-flags: -C no-prepopulate-passes

#![crate_type = "lib"]
Expand Down
1 change: 1 addition & 0 deletions src/test/run-fail/simd-intrinsic-float-minmax.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
// except according to those terms.

// ignore-emscripten
// min-llvm-version 6.0

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

Expand Down

0 comments on commit d87b403

Please sign in to comment.