-
Notifications
You must be signed in to change notification settings - Fork 5k
[mono] Exclude 32bit more #115426
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
[mono] Exclude 32bit more #115426
Conversation
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.
Pull Request Overview
This PR refines the intrinsic handling logic in Mono by excluding unsupported 32-bit platforms. Key changes include:
- Adding a conditional compilation check for 64-bit and WebAssembly targets using "#if TARGET_SIZEOF_VOID_P == 8 || defined(TARGET_WASM)".
- Introducing an #else branch that returns NULL when the target is not 64-bit or WASM.
- Ensuring the intrinsic behavior is limited to supported platforms.
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
Thanks!
/ba-g merge ahead of long-running test timeouts to reduce ci redness |
should fix #115404 as well as the runtime-extra-platforms failures