-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Android][x86] Build failed: Opcode r4_add/r4_conv_to_r8 missing from machine description file. #65958
Comments
Tagging subscribers to this area: @directhex Issue DetailsConfiguration:
|
/cc @vargaz |
Not sure how this can happen, those opcodes should not be generated on x86. |
I can't tell what changed to cause this to happen. I believe the build started failing sometime last week. |
As referenced in dotnet#65958, the AOT compiler is failing on certain assemblies with 'Opcode 'r4_conv_to_r8' missing from machine description file.'. Disabling the test to unblock CI
@SamMonoRT I think this is a deeper problem than just aot. In #65993, all tests fail with:
|
This was fixed/reverted by #66006 |
Configuration:
Build Android x86 Release AllSubsets_Mono
CI build: runtime-extra-platforms pipeline of the rolling build
The text was updated successfully, but these errors were encountered: