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

@ -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,
),
};