diff options
| -rw-r--r-- | src/test/codegen/consts.rs | 2 | ||||
| -rw-r--r-- | src/test/codegen/uninit-consts.rs | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/test/codegen/consts.rs b/src/test/codegen/consts.rs index e47a9f9ee20..1a84f1a4479 100644 --- a/src/test/codegen/consts.rs +++ b/src/test/codegen/consts.rs @@ -1,5 +1,5 @@ // compile-flags: -C no-prepopulate-passes -// +// min-llvm-version: 14.0 #![crate_type = "lib"] diff --git a/src/test/codegen/uninit-consts.rs b/src/test/codegen/uninit-consts.rs index 17457bc628b..3e370c7ba64 100644 --- a/src/test/codegen/uninit-consts.rs +++ b/src/test/codegen/uninit-consts.rs @@ -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. |
