-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Skip generating debug info for deduplicated nodes #118671
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
Conversation
|
/azp run runtime-nativeaot-outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-nativeaot-outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas |
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.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
|
/ba-g the libs break is unrelated and has been fixed in main |
Fixes #118236
We have a check to prevent generating duplicated method bodies when emitting the bodies, but we were missing a check when generating the debug information. So we generated debug info for methods that don't exist.
We had this problem since method body folding was added in #101969 but it only started showing up as a problem now and only on x64 macOS.
Cc @dotnet/ilc-contrib