Bump minimum required LLVM version to 6.0
This commit is contained in:
parent
b7da2c6e12
commit
706e67b0a0
19 changed files with 14 additions and 65 deletions
|
|
@ -24,7 +24,6 @@
|
|||
// gate-test-mips_target_feature
|
||||
// gate-test-mmx_target_feature
|
||||
// gate-test-wasm_target_feature
|
||||
// min-llvm-version 6.0
|
||||
|
||||
#[target_feature(enable = "avx512bw")]
|
||||
//~^ ERROR: currently unstable
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
error[E0658]: the target feature `avx512bw` is currently unstable (see issue #44839)
|
||||
--> $DIR/target-feature-gate.rs:29:18
|
||||
--> $DIR/target-feature-gate.rs:28:18
|
||||
|
|
||||
LL | #[target_feature(enable = "avx512bw")]
|
||||
| ^^^^^^^^^^^^^^^^^^^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue