Skip to content

Commit

Permalink
[MONO] Refactored code into marshal-ilgen and marshal-shared. (#68656)
Browse files Browse the repository at this point in the history
Refactored marshal code into marshal-ilgen and marshal-shared.
  • Loading branch information
Nathan Ricci authored May 1, 2022
1 parent 5c2a738 commit 9299bc4
Show file tree
Hide file tree
Showing 5 changed files with 1,492 additions and 1,390 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -555,9 +555,9 @@
<method name="DangerousRelease" />
</type>

<!-- marshal.c: mono_mb_emit_exception_marshal_directive -->
<!-- marshal.c: mono_marshal_shared_mb_emit_exception_marshal_directive -->
<type fullname="System.Runtime.InteropServices.MarshalDirectiveException">
<!-- mono_mb_emit_exception_marshal_directive -->
<!-- mono_marshal_shared_mb_emit_exception_marshal_directive -->
<method signature="System.Void .ctor()" />
</type>

Expand Down
2 changes: 2 additions & 0 deletions src/mono/mono/metadata/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ set(ilgen_base_sources
method-builder-ilgen-internals.h
marshal-ilgen.c
marshal-ilgen.h
marshal-shared.c
marshal-shared.h
sgen-mono-ilgen.c
sgen-mono-ilgen.h)

Expand Down
Loading

0 comments on commit 9299bc4

Please sign in to comment.