Uh oh!
There was an error while loading. Please reload this page.
Support targeting iOS platforms with ILCompiler - #81476
Conversation
ghost
commented
Feb 1, 2023
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas Issue DetailsThis is a work-in-progress PR of enabling ILCompiler to target iOS and iOSSimulator platforms. It is being tested against a private branch which includes changes that enable building NativeAOT for iOS platforms.
/cc: https://github.com/orgs/dotnet/teams/ilc-contrib
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
… Windows calling convention
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
filipnavara
commented
Feb 1, 2023
Btw, this line will likely need to be updated once this lands. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
jkotas
left a comment
There was a problem hiding this comment.
LGTM. Is there a reason why you have marked it as NO-MERGE?
ivanpovazan
commented
Feb 2, 2023
@jkotas, I thought of waiting for the dependent issue (from the PR's description) to be closed first. |
jkotas
commented
Feb 2, 2023
I do not think we need to wait for the other issue to be closed. This PR looks good to me as-is. |
filipnavara
commented
Feb 2, 2023
+1. This unblocks some work in other repositories. |
This PR enables ILCompiler to target iOS and iOSSimulator platforms.
It has been tested against a private branch which includes changes that enable building NativeAOT for iOS platforms.
/cc: @dotnet/ilc-contrib