Support targeting iOS platforms with ILCompiler (#81476)
authorIvan Povazan <55002338+ivanpovazan@users.noreply.github.com>
Fri, 3 Feb 2023 08:13:11 +0000 (09:13 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Feb 2023 08:13:11 +0000 (09:13 +0100)
commit47071da67320985a10f4b70f50f894ab411f4994
treec6dd4e6e7f763bcf3dc48b58b41041ead1d8ca95
parentff2a37807ed9fd99e4a90cda2b28292e1f5d73c6
Support targeting iOS platforms with ILCompiler (#81476)

Fixes https://github.com/dotnet/runtime/issues/80908
src/coreclr/tools/Common/CommandLineHelpers.cs
src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_X64/TargetRegisterMap.cs
src/coreclr/tools/Common/Internal/Runtime/EETypeBuilderHelpers.cs
src/coreclr/tools/Common/JitInterface/CorInfoImpl.cs
src/coreclr/tools/Common/TypeSystem/Common/TargetDetails.cs
src/coreclr/tools/Common/TypeSystem/Interop/IL/MarshalHelpers.cs
src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/DependencyAnalysis/ObjectWriter.cs
src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/ExportsFileWriter.cs
src/coreclr/tools/aot/ILCompiler/ConfigurablePInvokePolicy.cs
src/coreclr/tools/aot/ILCompiler/ILCompilerRootCommand.cs