Skip to content

Commit 5bf8303

Browse files
limit tests to llvm 14+
1 parent 067f628 commit 5bf8303

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/test/codegen/consts.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// compile-flags: -C no-prepopulate-passes
2-
//
2+
// min-llvm-version: 14.0
33

44
#![crate_type = "lib"]
55

src/test/codegen/uninit-consts.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// compile-flags: -C no-prepopulate-passes
2+
// min-llvm-version: 14.0
23

34
// Check that we use undef (and not zero) for uninitialized bytes in constants.
45

0 commit comments

Comments
 (0)