From 479d735d0757d14549017a9d63e80e98b3448966 Mon Sep 17 00:00:00 2001 From: "Ertl, Stefan (DI FA SEA R&D-AT S7P)" Date: Thu, 21 May 2026 09:13:46 +0200 Subject: [PATCH] build-scripts/build_llvm.py: bump to llvm 22 --- build-scripts/build_llvm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-scripts/build_llvm.py b/build-scripts/build_llvm.py index e2221b8e54..29d7b91977 100755 --- a/build-scripts/build_llvm.py +++ b/build-scripts/build_llvm.py @@ -299,7 +299,7 @@ def main(): "arc": { "repo": "https://github.com/llvm/llvm-project.git", "repo_ssh": "git@github.com:llvm/llvm-project.git", - "branch": "release/18.x", + "branch": "release/22.x", }, "xtensa": { "repo": "https://github.com/espressif/llvm-project.git", @@ -309,7 +309,7 @@ def main(): "default": { "repo": "https://github.com/llvm/llvm-project.git", "repo_ssh": "git@github.com:llvm/llvm-project.git", - "branch": "llvmorg-18.1.8", + "branch": "llvmorg-22.1.6", }, }