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 support for iOS/iPhoneSimulator target #3475

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

harold-b
Copy link
Contributor

Attempts to add support for building for iOS and iPhoneOS simulator targets.

The basic changes for compiler support are few, mainly on the CLI frontend and on the linker side.

iOS support is only available targeting 17.4 and up because os_sync_wait_on_address is only available starting with said version. The fallback ulock APIs are disallowed in the Appstore.

Opened in draft mode as an additional layer to avoid syscalls on iOS must be added too, as these would also be disallowed in the Appstore.

@herohiralal
Copy link

Is this actively being worked upon?

@harold-b
Copy link
Contributor Author

Yes, but I am attempting to get a personal project moving forward a bit more so I can properly dogfood it on device before making significant changes. Need a little bit more time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants