We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
max-llvm-major-version
1 parent 2a2cc99 commit 61eb517Copy full SHA for 61eb517
src/tests/directives.md
@@ -187,6 +187,8 @@ The following directives will check LLVM support:
187
value
188
- `min-system-llvm-version: 12.0` — ignored if using a system LLVM and its
189
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
192
- `ignore-llvm-version: 9.0` — ignores a specific LLVM version
193
- `ignore-llvm-version: 7.0 - 9.9.9` — ignores LLVM versions in a range
194
(inclusive)
0 commit comments