mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
move around hostexposedalias logic
This commit is contained in:
parent
5d3c7a9363
commit
7fb4b60b21
11 changed files with 120 additions and 123 deletions
|
@ -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,
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue