-
Notifications
You must be signed in to change notification settings - Fork 2.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
update to VS 17.6 #11830
update to VS 17.6 #11830
Conversation
The beta has been set, you can update the buildbot. |
@shuffle2 We've received a report that the JIT doesn't work properly on AArch64 Windows anymore after this merge. Could you check if it works for you? The user reports that this assert is being triggered:
|
the problem appears to be that the mov at 00007FF77561511C should be narrowing. The compiler is storing the std::pair<int,int> in single 64bit register and should extract one of them, but doesn't for whatever reason. Question is if this is some weird C++ behavior or optimizer bug. <title>Document</title>
|
bump minimum VS version to 17.6 and rollback some workarounds
I'll re-enable auto updates on the buildbot once beta is built (is it built already?)