From f5abfedce7874d0f0f386a56fd2f7810134c3ce1 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Fri, 24 Apr 2026 07:42:46 -0400 Subject: [PATCH] Meta: Add clang-22 to the list of clang candidate compilers We can build with clang-22 on Linux as of: 309ca11236a954725d8e6fc37b365a113963ff1a --- Meta/Utils/find_compiler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Meta/Utils/find_compiler.py b/Meta/Utils/find_compiler.py index 8c201b59a0..0894768557 100755 --- a/Meta/Utils/find_compiler.py +++ b/Meta/Utils/find_compiler.py @@ -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 = [