glue getters in mono

This commit is contained in:
Folkert 2022-11-02 21:36:32 +01:00
parent c4016547af
commit c9aedff3e8
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
4 changed files with 205 additions and 4 deletions

View file

@ -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>,
) {