-
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
Remove the varargs-based mdarray helper. #62855
Conversation
Rename the nonvarargs one to the old name of the varargs-based helper as it has the better name.
/azp run runtime-coreclr crossgen2 outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
I think the change should also re-enable |
…wn this path for some reason).
Linux_musl ARM test failure is #62873 (I made the criterion for the tracking issue too fine-grained and missed the musl instances of the failure) |
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!!!
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.
Thanks!
f8bb61d
to
bd0c5c8
Compare
Rename the non-varargs helper to the old name of the varargs helper as it has a better name.
Remove some now-unused varargs-specific macros.
Fixes #62747
Reviewing without whitespace changes is recommended for the changes in the JIT.