Skip to content
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

Add OSX arm64 jit. #45467

Merged
merged 2 commits into from
Dec 2, 2020
Merged

Add OSX arm64 jit. #45467

merged 2 commits into from
Dec 2, 2020

Conversation

sandreenko
Copy link
Contributor

@sandreenko sandreenko commented Dec 2, 2020

Add OSX arm64 as clrjit_unix_osx_arm64_x64.dll with a set OSX_ARM64_ABI.

It will close #43325 and I will open an issue to replace this change with a runtime flag in the future when this PR goes in.

Copy link
Member

@davidwrighton davidwrighton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good as far as the jit changes go. At some point we'll need some changes to crossgen2 and package generation, but this is good enough for the jit.

@sandreenko sandreenko merged commit 76b52a5 into dotnet:master Dec 2, 2020
@sandreenko sandreenko deleted the Arm64Apple-Cmake branch December 2, 2020 20:51
@ghost ghost locked as resolved and limited conversation to collaborators Jan 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable universal cross target jit builds for Apple Silicon
2 participants