File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -294,17 +294,17 @@ def main():
294
294
"arc" : {
295
295
"repo" : "https://github.com/llvm/llvm-project.git" ,
296
296
"repo_ssh" : "git@github.com:llvm/llvm-project.git" ,
297
- "branch" : "release/15 .x" ,
297
+ "branch" : "release/19 .x" ,
298
298
},
299
299
"xtensa" : {
300
300
"repo" : "https://github.com/espressif/llvm-project.git" ,
301
301
"repo_ssh" : "git@github.com:espressif/llvm-project.git" ,
302
- "branch" : "xtensa_release_17.0.1 " ,
302
+ "branch" : "xtensa_release_19.1.2 " ,
303
303
},
304
304
"default" : {
305
305
"repo" : "https://github.com/llvm/llvm-project.git" ,
306
306
"repo_ssh" : "git@github.com:llvm/llvm-project.git" ,
307
- "branch" : "release/15 .x" ,
307
+ "branch" : "release/19 .x" ,
308
308
},
309
309
}
310
310
You can’t perform that action at this time.
0 commit comments