mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
pipe a list of expects to llvm codegen
This commit is contained in:
parent
5df489ba23
commit
67cbe6a590
4 changed files with 17 additions and 17 deletions
|
@ -201,6 +201,7 @@ pub fn expect_mono_module_to_dylib<'a>(
|
|||
let target_info = TargetInfo::from(&target);
|
||||
|
||||
let MonomorphizedModule {
|
||||
toplevel_expects,
|
||||
procedures,
|
||||
entry_point,
|
||||
interns,
|
||||
|
@ -241,6 +242,7 @@ pub fn expect_mono_module_to_dylib<'a>(
|
|||
let expects = roc_gen_llvm::llvm::build::build_procedures_expose_expects(
|
||||
&env,
|
||||
opt_level,
|
||||
&toplevel_expects,
|
||||
procedures,
|
||||
entry_point,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue