Skip to content

Commit

Permalink
Document max-llvm-major-version directive (rust-lang#2129)
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyouxu authored Nov 14, 2024
1 parent 530b2eb commit 7ed13a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ The following directives will check LLVM support:
value
- `min-system-llvm-version: 12.0` — ignored if using a system LLVM and its
version is less than the given value
- `max-llvm-major-version: 19` — ignored if the LLVM major version is higher
than the given major version
- `ignore-llvm-version: 9.0` — ignores a specific LLVM version
- `ignore-llvm-version: 7.0 - 9.9.9` — ignores LLVM versions in a range
(inclusive)
Expand Down

0 comments on commit 7ed13a5

Please sign in to comment.