mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
move around hostexposedalias logic
This commit is contained in:
parent
5d3c7a9363
commit
7fb4b60b21
11 changed files with 120 additions and 123 deletions
|
@ -102,6 +102,7 @@ fn create_llvm_module<'a>(
|
|||
use roc_load::MonomorphizedModule;
|
||||
let MonomorphizedModule {
|
||||
procedures,
|
||||
host_exposed_lambda_sets,
|
||||
interns,
|
||||
layout_interner,
|
||||
..
|
||||
|
@ -271,6 +272,7 @@ fn create_llvm_module<'a>(
|
|||
&layout_interner,
|
||||
config.opt_level,
|
||||
procedures,
|
||||
host_exposed_lambda_sets,
|
||||
entry_point,
|
||||
),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue