add __udivti3 to must_keep

Fixes Undefined Symbol in relocation...
This commit is contained in:
Anton-4 2023-12-13 12:09:15 +01:00
parent 43cfcaef64
commit 384cf2decf
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937

View file

@ -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",