Skip to content

Support targeting iOS platforms with ILCompiler #80908

Description

@ivanpovazan

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions