mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
glue getters in mono
This commit is contained in:
parent
c4016547af
commit
c9aedff3e8
4 changed files with 205 additions and 4 deletions
|
@ -4371,6 +4371,7 @@ pub fn build_procedures<'a, 'ctx, 'env>(
|
|||
env: &Env<'a, 'ctx, 'env>,
|
||||
opt_level: OptLevel,
|
||||
procedures: MutMap<(Symbol, ProcLayout<'a>), roc_mono::ir::Proc<'a>>,
|
||||
_glue_layouts: &[Layout<'a>],
|
||||
opt_entry_point: Option<EntryPoint<'a>>,
|
||||
debug_output_file: Option<&Path>,
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue