Skip to content
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

[release/7.0] [mono][jit] Zero extend the return when we might be invoking llvm generated code #74991

Merged
merged 1 commit into from
Sep 6, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 2, 2022

Backport of #74796 to release/7.0

/cc @SamMonoRT @BrzVlad

Customer Impact

Using of LLVM compilation engine on android can lead to crashes.

Testing

Tested the fix locally on an android test suite.

Risk

This change has low risk since it just adds a zero extend for the return of a call, having no other side effects.

IMPORTANT: Is this backport for a servicing release? If so and this change touches code that ships in a NuGet package, please make certain that you have added any necessary package authoring and gotten it explicitly reviewed.

@SamMonoRT
Copy link
Member

cc @marek-safar - this needs your approval for backport to 7.0 -- this fixes #68914 and also blocking release issue #73304

@carlossanlop
Copy link
Member

The CI failure was:

Artifact cannot be uploaded because max quantity has been exceeded or the payment instrument is invalid. https://aka.ms/artbilling for details.

Which has already been mitigated/fixed. I'll restart the failed CI legs so we can see the result logs.

@carlossanlop
Copy link
Member

CI passed.
@vargaz can we get a code review sign off?
I'll wait for @marek-safar to approve, as mentioned above.

@carlossanlop
Copy link
Member

CI is green.
Approved and signed off.
Ready to merge. :shipit:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants