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:
authorMorgan Brown <morganb@microsoft.com>2017-03-30 05:21:45 +0300
committerMorgan Brown <morganb@microsoft.com>2017-03-30 05:21:45 +0300
commit4a953a777900e486ebbfd7d3f5c90a5659db979f (patch)
treec9959c4f9b369d8fa23085afe4c6eb8839173118 /src/ILCompiler.TypeSystem
parentb923d0752a0bedd5b0b73e7bdedc8dcd3e7dd226 (diff)
Fix build break from string interning
[tfs-changeset: 1652530]
Diffstat (limited to 'src/ILCompiler.TypeSystem')
-rw-r--r--src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj b/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj
index d3269bee6..0a4a9de1f 100644
--- a/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj
+++ b/src/ILCompiler.TypeSystem/src/ILCompiler.TypeSystem.csproj
@@ -113,6 +113,9 @@
<Compile Include="..\..\Common\src\TypeSystem\Common\Utilities\GCPointerMap.cs">
<Link>Utilities\GCPointerMap.cs</Link>
</Compile>
+ <Compile Include="..\..\Common\src\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs">
+ <Link>Utilities\LockFreeReaderHashtable.cs</Link>
+ </Compile>
<Compile Include="..\..\Common\src\TypeSystem\Common\ArrayType.cs">
<Link>TypeSystem\Common\ArrayType.cs</Link>
</Compile>