-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Description
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