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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFadi Hanna <fadim@microsoft.com>2017-10-31 21:28:20 +0300
committerFadi Hanna <fadim@microsoft.com>2017-10-31 21:28:20 +0300
commitb971b8f5299b2d82c4b4944544eb016232e5cccc (patch)
tree08b1cb0b304a12e42edfee389cb54b6c9ce9883a /src/ILCompiler.TypeSystem
parent9f8d3878d57aac1375a712cfd7e7f51f1e9cba20 (diff)
Adding data structure support for methods on RuntimeDeterminedTypes. This is required to make certain cases of generics work in ProjectX, since the STS typesystem has representation for those, and requires them to be mirrored on the CoreRT side (for correct dependency analysis and dictionary building)
[tfs-changeset: 1679775]
Diffstat (limited to 'src/ILCompiler.TypeSystem')
-rw-r--r--src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj b/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj
index 205778ede..9ef81e0ca 100644
--- a/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj
+++ b/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj
@@ -544,6 +544,12 @@
<Compile Include="..\..\Common\src\TypeSystem\RuntimeDetermined\PointerType.RuntimeDetermined.cs">
<Link>TypeSystem\RuntimeDetermined\PointerType.RuntimeDetermined.cs</Link>
</Compile>
+ <Compile Include="..\..\Common\src\TypeSystem\RuntimeDetermined\MethodForRuntimeDeterminedType.cs">
+ <Link>TypeSystem\RuntimeDetermined\MethodForRuntimeDeterminedType.cs</Link>
+ </Compile>
+ <Compile Include="..\..\Common\src\TypeSystem\RuntimeDetermined\MethodForRuntimeDeterminedType.Sorting.cs">
+ <Link>TypeSystem\RuntimeDetermined\MethodForRuntimeDeterminedType.Sorting.cs</Link>
+ </Compile>
<Compile Include="..\..\Common\src\TypeSystem\RuntimeDetermined\RuntimeDeterminedCanonicalizationAlgorithm.cs">
<Link>TypeSystem\RuntimeDetermined\RuntimeDeterminedCanonicalizationAlgorithm.cs</Link>
</Compile>