We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c883faf commit 6055cdaCopy full SHA for 6055cda
build-scripts/build_llvm.py
@@ -294,17 +294,17 @@ def main():
294
"arc": {
295
"repo": "https://github.com/llvm/llvm-project.git",
296
"repo_ssh": "git@github.com:llvm/llvm-project.git",
297
- "branch": "release/15.x",
+ "branch": "release/19.x",
298
},
299
"xtensa": {
300
"repo": "https://github.com/espressif/llvm-project.git",
301
"repo_ssh": "git@github.com:espressif/llvm-project.git",
302
- "branch": "xtensa_release_17.0.1",
+ "branch": "xtensa_release_19.1.2",
303
304
"default": {
305
306
307
308
309
}
310
0 commit comments