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:
authorFaizur Rahman <shrah@microsoft.com>2017-06-06 03:38:56 +0300
committerGitHub <noreply@github.com>2017-06-06 03:38:56 +0300
commitc278936f3a38632b1fc8dbebe2c76c6df52f5451 (patch)
tree59ed34a9a816558af4a9fb3902167a6b3321bdd2 /src/ILCompiler.TypeSystem
parente1fcbb62cc6422f1dc3258457bf35656d644093a (diff)
parent26d526fe0227f05202c7513a2d32f0a9a9e3dc6e (diff)
Merge pull request #3762 from shrah/runtime_data
Generate runtime interop data for structs and delegates
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 ce35bbb78..f47db6bf7 100644
--- a/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj
+++ b/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj
@@ -506,6 +506,12 @@
<Compile Include="..\..\Common\src\TypeSystem\Common\LocalVariableDefinition.cs">
<Link>TypeSystem\Common\LocalVariableDefinition.cs</Link>
</Compile>
+ <Compile Include="..\..\Common\src\TypeSystem\CodeGen\INonEmittableType.cs">
+ <Link>TypeSystem\CodeGen\INonEmittableType.cs</Link>
+ </Compile>
+ <Compile Include="..\..\Common\src\TypeSystem\CodeGen\NativeStructType.CodeGen.cs">
+ <Link>TypeSystem\CodeGen\NativeStructType.CodeGen.cs</Link>
+ </Compile>
<Compile Include="..\..\Common\src\TypeSystem\RuntimeDetermined\ArrayType.RuntimeDetermined.cs">
<Link>TypeSystem\RuntimeDetermined\ArrayType.RuntimeDetermined.cs</Link>
</Compile>