-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Fix pal_assert.h when PAL_STDCPP_COMPAT defined #64631
Fix pal_assert.h when PAL_STDCPP_COMPAT defined #64631
Conversation
I prefer to fix mentioned issue in piecemeal fashion, so this is to check if I understand ropes properly. Mentioned issue important for NativeAOT-LLVM, so you can this about this as of the rationale for this PR. |
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.
Yes, this looks good.
The profiler test failures seem to be caused by the change in this PR. |
I need advice. Errors coming from https://github.com/dotnet/runtime/blob/d4f06a9c524819dfd1345745a17b3cc6e060ba8b/src/coreclr/inc/corhlpr.cpp where Personally I would favor link to |
My understanding that PAL is source level component which does not have physical representation on the disk. Adding files from PAL to tests seems to be too much. |
Hi @kant2002, thanks for your contribution appears that there are still CI failures with this change. Do you plan on investigating further? |
Yes. Thanks for remind me about that PR |
@kant2002, gentle ping again. |
This is pickup _ASSERTE from PAL which is not what it is desired.
1e410eb
to
12319cc
Compare
Thank you @mangod9 ! Without that ping, I would probably again forgot about this PR. |
Improves #37310