-
Notifications
You must be signed in to change notification settings - Fork 729
Update xtensa LLVM version into 15.x #1741
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update xtensa LLVM version into 15.x #1741
Conversation
Fix the issue that xtensa .aot size cannot be over 256K
| set_error_buf( | ||
| error_buf, error_buf_size, | ||
| "AOT module load failed: " | ||
| "target address out of range. \r\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had better remove the trailing spaces: "target address out of range.\r\n"
| error_buf, error_buf_size, | ||
| "AOT module load failed: " | ||
| "target address out of range. \r\n" | ||
| "use --size-level=0 option to generate .literal island"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about changing to
Try using `wamrc --size-level=0` to generate .literal island
To make it clearer
update space and description in prompt information
| error_buf, error_buf_size, | ||
| "AOT module load failed: " | ||
| "target address out of range.\n" | ||
| "Try using `wamrc --size-level=0` to generate .literal island"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line is too long, code guideline CI ran failed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, update again
Code guideline CI ran failed.
Fix the issue that xtensa .aot size cannot be over 256K.
Fix the issue that xtensa .aot size cannot be over 256K.
Fix the issue that xtensa .aot size cannot be over 256K.
Fix the issue that xtensa .aot size cannot be over 256K.
Fix the issue that xtensa .aot size cannot be over 256K