Document `max-llvm-major-version` directive (#2129)

This commit is contained in:
许杰友 Jieyou Xu (Joe) 2024-11-14 22:16:16 +08:00 committed by GitHub
parent 530b2eb228
commit 7ed13a5faf
1 changed files with 2 additions and 0 deletions

View File

@ -189,6 +189,8 @@ The following directives will check LLVM support:
value
- `min-system-llvm-version: 12.0` — ignored if using a system LLVM and its
version is less than the given value
- `max-llvm-major-version: 19` — ignored if the LLVM major version is higher
than the given major version
- `ignore-llvm-version: 9.0` — ignores a specific LLVM version
- `ignore-llvm-version: 7.0 - 9.9.9` — ignores LLVM versions in a range
(inclusive)