Skip to content

Commit 6e3f340

Browse files
committed
build-scripts/build_llvm.py: bump to llvm 19
cf. #4210
1 parent c883faf commit 6e3f340

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-scripts/build_llvm.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,17 +294,17 @@ def main():
294294
"arc": {
295295
"repo": "https://github.com/llvm/llvm-project.git",
296296
"repo_ssh": "git@github.com:llvm/llvm-project.git",
297-
"branch": "release/15.x",
297+
"branch": "release/19.x",
298298
},
299299
"xtensa": {
300300
"repo": "https://github.com/espressif/llvm-project.git",
301301
"repo_ssh": "git@github.com:espressif/llvm-project.git",
302-
"branch": "xtensa_release_17.0.1",
302+
"branch": "xtensa_release_19.1.2",
303303
},
304304
"default": {
305305
"repo": "https://github.com/llvm/llvm-project.git",
306306
"repo_ssh": "git@github.com:llvm/llvm-project.git",
307-
"branch": "release/15.x",
307+
"branch": "release/19.x",
308308
},
309309
}
310310

0 commit comments

Comments
 (0)