mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
add missing compiler rt function
This commit is contained in:
parent
c139fcb40d
commit
c277d9a6b9
1 changed files with 1 additions and 0 deletions
|
@ -1065,6 +1065,7 @@ pub fn module_from_builtins<'ctx>(
|
|||
"__modti3",
|
||||
"__muloti4",
|
||||
"__udivti3",
|
||||
"__umodti3",
|
||||
// Roc special functions
|
||||
"__roc_force_longjmp",
|
||||
"__roc_force_setjmp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue