Fix build wamrc for xtensa failure (#1109)

Fix build wamrc failure when using llvm xtensa version, and update
xtensa llvm version to 13.0.0.
This commit is contained in:
Wenyong Huang
2022-04-23 20:25:40 +08:00
committed by GitHub
parent adaaf348ed
commit 9b858c43cb
3 changed files with 9 additions and 7 deletions

View File

@ -208,7 +208,7 @@ def main():
},
"xtensa": {
"repo": "https://github.com/espressif/llvm-project.git",
"branch": "xtensa_release_11.0.0",
"branch": "xtensa_release_13.0.0",
},
"default": {
"repo": "https://github.com/llvm/llvm-project.git",