mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
add roc_panic to all hosts
This commit is contained in:
parent
adbc7cdc69
commit
a12e18ca70
9 changed files with 61 additions and 13 deletions
|
@ -149,7 +149,7 @@ pub fn gen_from_mono_module(
|
|||
};
|
||||
|
||||
// TODO remove for debug only
|
||||
roc_gen_llvm::llvm::externs::add_sjlj_roc_panic(&env);
|
||||
// roc_gen_llvm::llvm::externs::add_sjlj_roc_panic(&env);
|
||||
|
||||
roc_gen_llvm::llvm::build::build_procedures(
|
||||
&env,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue