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.