Skip to content

Commit c7083c5

Browse files
Use min-llvm-version in tests
Applied suggestions from code review Co-authored-by: Nikita Popov <github@npopov.com>
1 parent a056883 commit c7083c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/codegen/unwind-landingpad-cold.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// no-system-llvm: needs #92110
1+
// min-llvm-version: 14.0.0
22
// compile-flags: -Cno-prepopulate-passes
33
#![crate_type = "lib"]
44

tests/codegen/unwind-landingpad-inline.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// no-system-llvm: needs #92110 + patch for Rust alloc/dealloc functions
1+
// min-llvm-version: 15.0.0
22
// compile-flags: -Copt-level=3
33
#![crate_type = "lib"]
44

0 commit comments

Comments
 (0)