Skip to content

Commit e2d9d90

Browse files
authored
Document exact-llvm-major-version directive (#2135)
1 parent 45e9af8 commit e2d9d90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/directives.md

+2
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ settings:
183183
The following directives will check LLVM support:
184184

185185
- `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.
186188
- `min-llvm-version: 13.0` — ignored if the LLVM version is less than the given
187189
value
188190
- `min-system-llvm-version: 12.0` — ignored if using a system LLVM and its

0 commit comments

Comments
 (0)