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:
Timothy Flynn 2026-04-24 07:42:46 -04:00 committed by Tim Flynn
parent bfead0cb20
commit f5abfedce7

View file

@ -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 = [