summaryrefslogtreecommitdiff
path: root/src/vm/crossgen
diff options
context:
space:
mode:
authorJohn Chen (CLR) <jochen@microsoft.com>2016-04-25 01:55:00 -0700
committerJohnChen0 <jochen@microsoft.com>2016-04-30 22:44:50 -0700
commit9d2590dc37aea56bee9f03d2597eaa1ce1bb62c5 (patch)
tree72605919515280930e2f40b6dca7a9521cac3559 /src/vm/crossgen
parentae0b815a0483ebdc861da14d41f3f4c10d3a477a (diff)
downloadcoreclr-9d2590dc37aea56bee9f03d2597eaa1ce1bb62c5.tar.gz
coreclr-9d2590dc37aea56bee9f03d2597eaa1ce1bb62c5.tar.bz2
coreclr-9d2590dc37aea56bee9f03d2597eaa1ce1bb62c5.zip
Support generic methods without generic dictionary
Diffstat (limited to 'src/vm/crossgen')
-rw-r--r--src/vm/crossgen/CMakeLists.txt1
-rw-r--r--src/vm/crossgen/wks_crossgen.nativeproj1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/vm/crossgen/CMakeLists.txt b/src/vm/crossgen/CMakeLists.txt
index 928d9deb0f..3a20675ef1 100644
--- a/src/vm/crossgen/CMakeLists.txt
+++ b/src/vm/crossgen/CMakeLists.txt
@@ -90,6 +90,7 @@ set(VM_CROSSGEN_SOURCES
../typestring.cpp
../util.cpp
../vars.cpp
+ ../versionresilienthashcode.cpp
../zapsig.cpp
../dbggcinfodecoder.cpp
../gcinfodecoder.cpp
diff --git a/src/vm/crossgen/wks_crossgen.nativeproj b/src/vm/crossgen/wks_crossgen.nativeproj
index bdd2b95db8..31404a3d66 100644
--- a/src/vm/crossgen/wks_crossgen.nativeproj
+++ b/src/vm/crossgen/wks_crossgen.nativeproj
@@ -115,6 +115,7 @@
<CppCompile Include="$(VmSourcesDir)\typestring.cpp" />
<CppCompile Include="$(VmSourcesDir)\util.cpp" />
<CppCompile Include="$(VmSourcesDir)\vars.cpp" />
+ <CppCompile Include="$(VmSourcesDir)\versionresilienthashcode.cpp" />
<CppCompile Include="$(VmSourcesDir)\zapsig.cpp" />
</ItemGroup>