Skip to content

Commit 61eb517

Browse files
committed
Document max-llvm-major-version
1 parent 2a2cc99 commit 61eb517

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/directives.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ The following directives will check LLVM support:
187187
value
188188
- `min-system-llvm-version: 12.0` — ignored if using a system LLVM and its
189189
version is less than the given value
190+
- `max-llvm-major-version: 19` — ignored if the LLVM major version is higher
191+
than the given major version
190192
- `ignore-llvm-version: 9.0` — ignores a specific LLVM version
191193
- `ignore-llvm-version: 7.0 - 9.9.9` — ignores LLVM versions in a range
192194
(inclusive)

0 commit comments

Comments
 (0)