Skip to content

[NativeAOT] Properly implement targeting iOS-like platforms rather than pretending to be macOS #87610

@ivanpovazan

Description

@ivanpovazan

Description

Initial support for targeting iOS-like platforms with NativeAOT introduced with: #81476 uses a workaround in JIT interface:

target.IsOSXLike ? CORINFO_OS.CORINFO_MACOS : CORINFO_OS.CORINFO_UNIX;

hardwiring the compilation as if the target platform is macOS which also brings along corresponding implications on the native side.

Metadata

Metadata

Assignees

Labels

area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIos-iosApple iOS

Type

No type

Projects

Status

No status

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions