From 8c96dd2f12a9ac57abb40e9c2c8539535dc1f824 Mon Sep 17 00:00:00 2001 From: Ivan Povazan <55002338+ivanpovazan@users.noreply.github.com> Date: Mon, 31 Jul 2023 04:22:39 +0200 Subject: [PATCH] [NativeAOT] Properly implement `System.Linq.Expressions` substitutions according to the recent refactoring (#89638) Properly implement substitutions according to the recent refactoring https://github.com/dotnet/runtime/pull/89308 --- src/coreclr/tools/aot/ILCompiler/repro/repro.csproj | 3 +-- .../TestCasesRunner/ILCompilerOptionsBuilder.cs | 3 +-- .../src/ILLink/ILLink.Substitutions.xml | 6 ++++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/coreclr/tools/aot/ILCompiler/repro/repro.csproj b/src/coreclr/tools/aot/ILCompiler/repro/repro.csproj index 131ddbd3b2257..5e3c3d49ec4fb 100644 --- a/src/coreclr/tools/aot/ILCompiler/repro/repro.csproj +++ b/src/coreclr/tools/aot/ILCompiler/repro/repro.csproj @@ -37,9 +37,8 @@ - - + + + + + + +