-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[LoongArch64] Fix the bug within ‘RtlpUnwindFunctionFull()’ when dealing with the ‘end_c’ unwind code. #110347
Conversation
…g with the `end_c` unwind code.
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.
LGTM
Thanks
Hi @jkotas , could you please review this PR? Thank you. |
tag-v9.0.0 was released 3 weeks ago. We do not update released tags. In general, we prefer the backports of fixes for community supported targets to be done in the downstream repos. |
…g with the `end_c` unwind code. (dotnet#110347)
Ok, thanks very much. |
…d_c` unwind code. (dotnet/runtime#110347) [dotnet-unofficial-build]: cherry-picked from commit dotnet/runtime@72a1c2b
…d_c` unwind code. (dotnet/runtime#110347) [dotnet-unofficial-build]: cherry-picked from commit dotnet/runtime@72a1c2b
…g with the `end_c` unwind code. (dotnet#110347)
This PR fixed the SDK fall into a dead loop with crawl frame stack when building the CoreRoot testcases.
(eg: dotnet loading GeneratedHWIntrinsicTests_General.dll to compile the related CoreRoot testcases).