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

Support targeting iOS platforms with ILCompiler #80908

Closed
Tracked by #80905
ivanpovazan opened this issue Jan 20, 2023 · 2 comments · Fixed by #81476
Closed
Tracked by #80905

Support targeting iOS platforms with ILCompiler #80908

ivanpovazan opened this issue Jan 20, 2023 · 2 comments · Fixed by #81476

Comments

@ivanpovazan
Copy link
Member

ivanpovazan commented Jan 20, 2023

Description

ILCompiler does not support generating code for iOS platforms.

Proposal

Enable ILCompiler to support targeting the following set of platforms (target operating system and architecture combinations):

  • ios-arm64
  • iossimulator-arm64/x64

The implementation should include and is not limited to the following:

  • Extend the supported set of target operating systems with identifiers for iOS platforms
  • Enable the compiler to accept the newly added identifiers
  • Adjust the source code to target iOS platforms similarly to targeting OSX
  • Add the correct LLVM-triple resolution for iOS platforms
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Jan 20, 2023
@ghost
Copy link

ghost commented Jan 20, 2023

Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas
See info in area-owners.md if you want to be subscribed.

Issue Details

null

Author: ivanpovazan
Assignees: -
Labels:

untriaged, area-NativeAOT-coreclr

Milestone: -

@ivanpovazan ivanpovazan added os-ios Apple iOS and removed untriaged New issue has not been triaged by the area owner labels Jan 20, 2023
@ghost
Copy link

ghost commented Jan 20, 2023

Tagging subscribers to 'os-ios': @steveisok, @akoeplinger
See info in area-owners.md if you want to be subscribed.

Issue Details

null

Author: ivanpovazan
Assignees: -
Labels:

os-ios, area-NativeAOT-coreclr

Milestone: -

@ivanpovazan ivanpovazan self-assigned this Jan 20, 2023
@ivanpovazan ivanpovazan added this to the 8.0.0 milestone Jan 20, 2023
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Feb 1, 2023
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Feb 3, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Mar 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant