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-03 04:21:33 +0300
committerFaizur Rahman <shrah@microsoft.com>2017-06-03 04:21:33 +0300
commit081ed06cc93645c2e1b501923f2c7ec6356a4faf (patch)
treecf3680576f9f08474599423e63db8c27aa24173d /src/ILCompiler.TypeSystem
parentbe5aa0ca790aa0be7c13ebfec49538e1da938b25 (diff)
Implement INonEmittableType for NativeStructType
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 c842cd4b3..cec69e166 100644
--- a/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj
+++ b/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj
@@ -503,6 +503,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>