Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2022-01-04 03:31:00 +0300
committerGitHub <noreply@github.com>2022-01-04 03:31:00 +0300
commit1857c7b8715f08a8cf4965f037ad136f7adcf8b0 (patch)
treeb2c89c244f5315a7b009160b9dbe9078216aed3d /eng/Subsets.props
parent623c059087b200475ba1c2de57a106f595f4e2ec (diff)
Delete ILCompiler.TypeSystem.ReadyToRun project (#63313)
Replaced with a single ILCompiler.TypeSystem shared between crossgen2 and ilc.
Diffstat (limited to 'eng/Subsets.props')
-rw-r--r--eng/Subsets.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/Subsets.props b/eng/Subsets.props
index f0bb31a28ae..772fbfcb995 100644
--- a/eng/Subsets.props
+++ b/eng/Subsets.props
@@ -243,7 +243,7 @@
<ProjectToBuild Include="$(CoreClrProjectRoot)nativeaot\BuildIntegration\BuildIntegration.proj" Category="clr" Condition="'$(NativeAotSupported)' == 'true'" />
<ProjectToBuild Condition="'$(TargetArchitecture)' != 'x64' and '$(BuildArchitecture)' == 'x64'" Include="$(CoreClrProjectRoot)tools\aot\crossgen2\crossgen2_crossarch.csproj" Category="clr" />
- <ProjectToBuild Include="$(CoreClrProjectRoot)tools\aot\ILCompiler.TypeSystem.ReadyToRun.Tests\ILCompiler.TypeSystem.ReadyToRun.Tests.csproj"
+ <ProjectToBuild Include="$(CoreClrProjectRoot)tools\aot\ILCompiler.TypeSystem.Tests\ILCompiler.TypeSystem.Tests.csproj"
Test="true" Category="clr" Condition="'$(DotNetBuildFromSource)' != 'true'"/>
<ProjectToBuild Include="$(CoreClrProjectRoot)tools\aot\ILCompiler.Compiler.Tests\ILCompiler.Compiler.Tests.csproj"
Test="true" Category="clr" Condition="'$(DotNetBuildFromSource)' != 'true' and '$(NativeAotSupported)' == 'true'"/>