We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 067f628 commit 5bf8303Copy full SHA for 5bf8303
src/test/codegen/consts.rs
@@ -1,5 +1,5 @@
1
// compile-flags: -C no-prepopulate-passes
2
-//
+// min-llvm-version: 14.0
3
4
#![crate_type = "lib"]
5
src/test/codegen/uninit-consts.rs
@@ -1,4 +1,5 @@
// Check that we use undef (and not zero) for uninitialized bytes in constants.
0 commit comments