Merge remote-tracking branch 'origin/trunk' into pretty-expect-output

This commit is contained in:
Folkert 2022-07-15 09:12:04 +02:00
commit b9ebd4fa27
76 changed files with 2719 additions and 817 deletions

View file

@ -396,6 +396,8 @@ fn gen_and_eval_llvm<'a>(
}
};
let interns = loaded.interns.clone();
let (lib, main_fn_name, subs) =
mono_module_to_dylib(&arena, target, loaded, opt_level).expect("we produce a valid Dylib");
@ -408,6 +410,7 @@ fn gen_and_eval_llvm<'a>(
main_fn_layout,
&content,
&subs,
&interns,
target_info,
);