-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[Wasm][AOT] Compilation fails with "Basic Block in function XX does not have terminator!" #50561
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Can you upload the obj/bin dir somewhere ? |
Tagging subscribers to this area: @CoffeeFlux Issue DetailsDescriptionUsing Wasm FullAOT, compiling a large async function fails with the following error:
Here's the associated IR file: ConfigurationRegression?No Other information
|
This might be caused by: |
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsDescriptionUsing Wasm FullAOT, compiling a large async function fails with the following error:
Here's the associated IR file: ConfigurationRegression?No Other informationedit: This issue also happens in mixed mode
|
fixed in dotnet/linker#2037 |
Description
Using Wasm FullAOT, compiling a large async function fails with the following error:
Here's the associated IR file:
aot-llvm-issue.txt
Configuration
2784aad
Regression?
No
Other information
edit: This issue also happens in mixed mode
The text was updated successfully, but these errors were encountered: