mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-06-14 17:19:11 +00:00
build-scripts/build_llvm.py: bump to llvm 19
cf. https://github.com/bytecodealliance/wasm-micro-runtime/issues/4210
This commit is contained in:
parent
9773390537
commit
99f9db2f2d
|
@ -294,17 +294,17 @@ def main():
|
||||||
"arc": {
|
"arc": {
|
||||||
"repo": "https://github.com/llvm/llvm-project.git",
|
"repo": "https://github.com/llvm/llvm-project.git",
|
||||||
"repo_ssh": "git@github.com:llvm/llvm-project.git",
|
"repo_ssh": "git@github.com:llvm/llvm-project.git",
|
||||||
"branch": "release/15.x",
|
"branch": "release/19.x",
|
||||||
},
|
},
|
||||||
"xtensa": {
|
"xtensa": {
|
||||||
"repo": "https://github.com/espressif/llvm-project.git",
|
"repo": "https://github.com/espressif/llvm-project.git",
|
||||||
"repo_ssh": "git@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": {
|
"default": {
|
||||||
"repo": "https://github.com/llvm/llvm-project.git",
|
"repo": "https://github.com/llvm/llvm-project.git",
|
||||||
"repo_ssh": "git@github.com:llvm/llvm-project.git",
|
"repo_ssh": "git@github.com:llvm/llvm-project.git",
|
||||||
"branch": "release/15.x",
|
"branch": "release/19.x",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user