]> git.lizzy.rs Git - rust.git/commitdiff
set min-llvm-version 6.0, ignore-emscripten
authorgnzlbg <gonzalobg88@gmail.com>
Thu, 22 Mar 2018 17:01:35 +0000 (18:01 +0100)
committergnzlbg <gonzalobg88@gmail.com>
Mon, 26 Mar 2018 08:20:41 +0000 (10:20 +0200)
src/test/codegen/simd-intrinsic-float-minmax.rs
src/test/run-fail/simd-intrinsic-float-minmax.rs

index bebb4d379830e17af789561493ca87cc360002b9..8ad3ad762c281d374c7ca9afaf15fbdf7bdd06bd 100644 (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"]
index 32ee569d8fad7f4156497be74b8a3f74ddec6328..fad8fa48bc34f8263f572a46169e022a91eff03c 100644 (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.