mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
add __udivti3 to must_keep
Fixes Undefined Symbol in relocation...
This commit is contained in:
parent
43cfcaef64
commit
384cf2decf
1 changed files with 2 additions and 0 deletions
|
@ -1075,6 +1075,8 @@ pub fn module_from_builtins<'ctx>(
|
|||
// I have no idea why this function is special.
|
||||
// Without it, some tests hang on M1 mac outside of nix.
|
||||
"__muloti4",
|
||||
// fixes `Undefined Symbol in relocation`
|
||||
"__udivti3",
|
||||
// Roc special functions
|
||||
"__roc_force_longjmp",
|
||||
"__roc_force_setjmp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue