limit tests to llvm 14+

This commit is contained in:
Erik Desjardins 2022-02-20 12:57:22 -05:00
parent 067f628286
commit 5bf8303bbc
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
// compile-flags: -C no-prepopulate-passes
//
// min-llvm-version: 14.0
#![crate_type = "lib"]

View File

@ -1,4 +1,5 @@
// compile-flags: -C no-prepopulate-passes
// min-llvm-version: 14.0
// Check that we use undef (and not zero) for uninitialized bytes in constants.