compiletest: add max-llvm-major-version
directive
#132305
Labels
A-compiletest
Area: The compiletest test runner
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
compiletest already has support for
//@ ignore-llvm-version: 20 - 99
, and//@ min-llvm-version: 20
but here
ignore-llvm-version
really meansmax-llvm-major-version: 19
.See #132266 (comment).
The text was updated successfully, but these errors were encountered: