Skip to content

Commit

Permalink
add missing min-llvm-version
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Mar 15, 2018
1 parent 19b81f6 commit f173a4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/test/compile-fail/simd-intrinsic-generic-reduction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// min-llvm-version 5.0

// Test that the simd_reduce_{op} intrinsics produce ok-ish error
// messages when misused.

#![feature(repr_simd, platform_intrinsics)]
#![allow(non_camel_case_types)]

Expand Down

0 comments on commit f173a4c

Please sign in to comment.