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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Krell <jay.krell@cornell.edu>2019-05-09 09:06:52 +0300
committerZoltan Varga <vargaz@gmail.com>2019-05-09 09:06:52 +0300
commit997190c12c5826364874208a57b0e0334a02b59d (patch)
treee93d557dcc1170d4730851f63d35baf16cf56f8d /msvc/libmonoruntime-common.targets
parent6a20b25cc674dff7d943fdd3de8f8f69c27dbb82 (diff)
Introduce enum and static data for JIT icalls, that are currently hashed (#14359)
* Introduce enum and static data for JIT icalls, that are currently hashed by string and address and use dynamic allocation. These will be used shortly. * PR: Move MONO_JIT_ICALLS content from class-internals.h to jit-icall-reg.h. Not clear what is the best name but moving along.
Diffstat (limited to 'msvc/libmonoruntime-common.targets')
-rw-r--r--msvc/libmonoruntime-common.targets1
1 files changed, 1 insertions, 0 deletions
diff --git a/msvc/libmonoruntime-common.targets b/msvc/libmonoruntime-common.targets
index 360cae712d2..2c39749f468 100644
--- a/msvc/libmonoruntime-common.targets
+++ b/msvc/libmonoruntime-common.targets
@@ -52,6 +52,7 @@
<ClInclude Include="$(MonoSourceLocation)\mono\metadata\icall-def.h" />
<ClCompile Include="$(MonoSourceLocation)\mono\metadata\image.c" />
<ClInclude Include="$(MonoSourceLocation)\mono\metadata\image-internals.h" />
+ <ClInclude Include="$(MonoSourceLocation)\mono\metadata\jit-icall-reg.h" />
<ClCompile Include="$(MonoSourceLocation)\mono\metadata\jit-info.c" />
<ClCompile Include="$(MonoSourceLocation)\mono\metadata\loader.c" />
<ClInclude Include="$(MonoSourceLocation)\mono\metadata\loader-internals.h" />