a working prototype

This commit is contained in:
Folkert 2021-08-15 23:20:05 +02:00
parent d8e38ef2ac
commit a0a0896622
11 changed files with 443 additions and 144 deletions

View file

@ -148,6 +148,9 @@ pub fn gen_from_mono_module(
exposed_to_host: loaded.exposed_to_host.keys().copied().collect(),
};
// TODO remove for debug only
roc_gen_llvm::llvm::externs::add_sjlj_roc_panic(&env);
roc_gen_llvm::llvm::build::build_procedures(
&env,
opt_level,