limit tests to llvm 14+
This commit is contained in:
parent
067f628286
commit
5bf8303bbc
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
// compile-flags: -C no-prepopulate-passes
|
// compile-flags: -C no-prepopulate-passes
|
||||||
//
|
// min-llvm-version: 14.0
|
||||||
|
|
||||||
#![crate_type = "lib"]
|
#![crate_type = "lib"]
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
// compile-flags: -C no-prepopulate-passes
|
// compile-flags: -C no-prepopulate-passes
|
||||||
|
// min-llvm-version: 14.0
|
||||||
|
|
||||||
// Check that we use undef (and not zero) for uninitialized bytes in constants.
|
// Check that we use undef (and not zero) for uninitialized bytes in constants.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue