-
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
[NativeAOT] ObjWriter: Produce COMDAT sections for .xdata unwinding data #96686
Conversation
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas |
There is a smoke_tests failure on linux-arm64, might be related to this change:
|
According to build analysis, https://github.com/dotnet/runtime/pull/96686/checks?check_run_id=20319913103, it's a known issue #94728. This PR is only updating the (windows-only) COFF writer. 🙂 |
Ok thank you for checking that. Change seems good to me then. |
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.
Thank you!
Fixes #96665
This is essentially the same fix as #83371, just ported on top of the C# ObjWriter.