mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
a working prototype
This commit is contained in:
parent
d8e38ef2ac
commit
a0a0896622
11 changed files with 443 additions and 144 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue