Skip to content

[NativeAOT-LLVM] Fix a few issues - #2289

Merged
jkotas merged 1 commit into
dotnet:feature/NativeAOT-LLVMfrom
SingleAccretion:Fix-Some-Issues
May 26, 2023
Merged

[NativeAOT-LLVM] Fix a few issues#2289
jkotas merged 1 commit into
dotnet:feature/NativeAOT-LLVMfrom
SingleAccretion:Fix-Some-Issues

Conversation

@SingleAccretion

Copy link
Copy Markdown

The unhandled exception handling code needs to always reset the scratch block, since it'll put it into a protected region.

Some helpers changed signatures in dotnet/runtime#85962.

The unhandled exception handling code needs to always reset
the scratch block, since it'll put it into a protected region.

Some helpers changed signatures in dotnet/runtime#85962.
@SingleAccretion
SingleAccretion marked this pull request as ready for review May 25, 2023 23:49
@SingleAccretion

Copy link
Copy Markdown
Author

@dotnet/nativeaot-llvm

@yowl

yowl commented May 26, 2023

Copy link
Copy Markdown
Contributor

Interesting, I wonder if this is the fix for the assert I am hitting at https://github.com/dotnet/runtime/blob/12f4ed6189486597352a5264bdc69a08d172d8ba/src/coreclr/jit/fgbasic.cpp#L323

@jkotas jkotas left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

@jkotas
jkotas merged commit c8f6df7 into dotnet:feature/NativeAOT-LLVM May 26, 2023
@SingleAccretion SingleAccretion changed the title Fix a few issues [NativeAOT-LLVM] Fix a few issues May 26, 2023
@SingleAccretion
SingleAccretion deleted the Fix-Some-Issues branch May 26, 2023 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants