We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
max-llvm-major-version
1 parent 6388229 commit 2ddc9caCopy full SHA for 2ddc9ca
src/doc/rustc-dev-guide/src/tests/directives.md
@@ -189,6 +189,8 @@ The following directives will check LLVM support:
189
value
190
- `min-system-llvm-version: 12.0` — ignored if using a system LLVM and its
191
version is less than the given value
192
+- `max-llvm-major-version: 19` — ignored if the LLVM major version is higher
193
+ than the given major version
194
- `ignore-llvm-version: 9.0` — ignores a specific LLVM version
195
- `ignore-llvm-version: 7.0 - 9.9.9` — ignores LLVM versions in a range
196
(inclusive)
0 commit comments