set min-llvm-version 6.0, ignore-emscripten

This commit is contained in:
gnzlbg 2018-03-22 18:01:35 +01:00
parent 1841f40d21
commit 48fd903eae
2 changed files with 4 additions and 0 deletions

View file

@ -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"]

View file

@ -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.