mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
WIP setjmp longjmp roc_panic aarch64 dev
This commit is contained in:
parent
f1e049ddc9
commit
7de2915fb7
2 changed files with 140 additions and 7 deletions
|
@ -265,7 +265,7 @@ fn generate_roc_panic<'a, B: Backend<'a>>(backend: &mut B, output: &mut Object)
|
|||
size: 32,
|
||||
kind: RelocationKind::MachO {
|
||||
value: object::macho::ARM64_RELOC_PAGEOFF12,
|
||||
relative: true,
|
||||
relative: false,
|
||||
},
|
||||
encoding: RelocationEncoding::Generic,
|
||||
symbol: sym_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue