We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
exact-llvm-major-version
1 parent 45e9af8 commit e2d9d90Copy full SHA for e2d9d90
src/tests/directives.md
@@ -183,6 +183,8 @@ settings:
183
The following directives will check LLVM support:
184
185
- `no-system-llvm` — ignores if the system llvm is used
186
+- `exact-llvm-major-version: 19` — ignores if the llvm major version does not
187
+ match the specified llvm major version.
188
- `min-llvm-version: 13.0` — ignored if the LLVM version is less than the given
189
value
190
- `min-system-llvm-version: 12.0` — ignored if using a system LLVM and its
0 commit comments