[PATCH] D130804: [lld-macho] Support EH frame pointer encodings that use sdata4
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 29 16:05:33 PDT 2022
int3 added inline comments.
================
Comment at: lld/test/MachO/eh-frame-sdata4.s:51
+ .byte 1 # CIE version
+ .ascii "zR\0"
+ .byte 1 # Code alignment
----------------
I ideally the test case would exercise the "LSDA with sdata4" code path too, but this hand-assembled EH frame was a pain in the ass to get right and I don't really want to touch it any more
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130804/new/
https://reviews.llvm.org/D130804
More information about the llvm-commits
mailing list