Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MONO] Factor marshal-lightweight out of marshal-ilgen #69208

Merged
merged 13 commits into from
May 28, 2022
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-lightweight.c
marshal-lightweight.h
marshal-shared.c
marshal-shared.h
sgen-mono-ilgen.c
Expand Down
Loading