-
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
Fix Win arm GC barrier stuff #56585
Fix Win arm GC barrier stuff #56585
Conversation
cc @dotnet/jit-contrib |
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.
Should we run the outerloop tests that were failing?
/azp run R2R-CG2 windows arm Checked |
No pipelines are associated with this pull request. |
We should, but I don't know how to launch it. |
I think it's just /azp run runtime-coreclr outerloop |
f009495
to
6e32bc3
Compare
My recent change to enable using LLD on Unix inadvertedly broken Windows ARM GC barriers. This change makes part of that change Unix specific.
6e32bc3
to
e24e9f7
Compare
/azp run runtime-coreclr outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
Some of the outerloop test legs have failed due to some infra issues, but the Windows arm test leg that we needed to run completed green. Merging... |
My recent change to enable using LLD on Unix inadvertedly broken
Windows ARM GC barriers. This change makes part of that change
Unix specific, reverting the Windows state to the previous way.
Close #56570