Meta: Add clang-22 to the list of clang candidate compilers
We can build with clang-22 on Linux as of:
309ca11236
This commit is contained in:
parent
bfead0cb20
commit
f5abfedce7
1 changed files with 1 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ def pick_host_compiler(platform: Platform, cc: str, cxx: str, clang_only: bool =
|
|||
"clang-19",
|
||||
"clang-20",
|
||||
"clang-21",
|
||||
"clang-22",
|
||||
]
|
||||
|
||||
gcc_candidates = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue