1
Fork 0

tests: use max-llvm-major-version instead of ignore-llvm-version range like N - 99

For tests that use `ignore-llvm-version: N - M`, replace that with
`max-llvm-major-version: N-1`.
This commit is contained in:
许杰友 Jieyou Xu (Joe) 2024-10-30 13:14:34 +08:00 committed by Jieyou Xu
parent 7eee9faea1
commit 91fa16b211
5 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
//@ revisions: llvm-pre-20 llvm-20
//@ [llvm-20] min-llvm-version: 20
//@ [llvm-pre-20] ignore-llvm-version: 20 - 99
//@ [llvm-pre-20] max-llvm-major-version: 19
//@ compile-flags: -C opt-level=3
#![crate_type = "lib"]