move around hostexposedalias logic

This commit is contained in:
Folkert 2023-08-09 15:09:03 +02:00
parent 5d3c7a9363
commit 7fb4b60b21
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
11 changed files with 120 additions and 123 deletions

View file

@ -199,6 +199,7 @@ fn mono_module_to_dylib<'a>(
let MonomorphizedModule {
procedures,
host_exposed_lambda_sets,
entry_point,
interns,
subs,
@ -258,6 +259,7 @@ fn mono_module_to_dylib<'a>(
&layout_interner,
opt_level,
procedures,
host_exposed_lambda_sets,
entry_point,
);