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", }, }