From 99f9db2f2de682cac92dd93df9e51c4af890b9a4 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Fri, 25 Apr 2025 10:28:35 +0900 Subject: [PATCH] build-scripts/build_llvm.py: bump to llvm 19 cf. https://github.com/bytecodealliance/wasm-micro-runtime/issues/4210 --- build-scripts/build_llvm.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-scripts/build_llvm.py b/build-scripts/build_llvm.py index d8bcbd26c..d94c691e6 100755 --- a/build-scripts/build_llvm.py +++ b/build-scripts/build_llvm.py @@ -294,17 +294,17 @@ def main(): "arc": { "repo": "https://github.com/llvm/llvm-project.git", "repo_ssh": "git@github.com:llvm/llvm-project.git", - "branch": "release/15.x", + "branch": "release/19.x", }, "xtensa": { "repo": "https://github.com/espressif/llvm-project.git", "repo_ssh": "git@github.com:espressif/llvm-project.git", - "branch": "xtensa_release_17.0.1", + "branch": "xtensa_release_19.1.2", }, "default": { "repo": "https://github.com/llvm/llvm-project.git", "repo_ssh": "git@github.com:llvm/llvm-project.git", - "branch": "release/15.x", + "branch": "release/19.x", }, }