Skip to content

Commit f173a4c

Browse files
committed
add missing min-llvm-version
1 parent 19b81f6 commit f173a4c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/compile-fail/simd-intrinsic-generic-reduction.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// min-llvm-version 5.0
12+
13+
// Test that the simd_reduce_{op} intrinsics produce ok-ish error
14+
// messages when misused.
15+
1116
#![feature(repr_simd, platform_intrinsics)]
1217
#![allow(non_camel_case_types)]
1318

0 commit comments

Comments
 (0)