-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add (iOS) simulator target feature. #8623
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
Conversation
|
Thanks, Alex! I will test this internally. |
|
@vksnk -- any updates? |
|
Sorry for the delay, will test shortly. |
|
I can verify that this worked. However, the Pipeline serialization feature does not seem to consider this new target feature. |
|
This seems to fix some issues with building for simulator we encountered. @vksnk Have you had a chance to test? |
|
Merging it for now. |
First attempt at adding simulator information to the LLVM triple via a target feature.
@vksnk - can you help me test this? AFAICT reading the LLVM sources, just setting the environment on the triple should be enough.
Fixes #8744