[PATCH] D105258: [llvm-readobj][MachO] Support option --unwind for __eh_frame
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 1 00:53:46 PDT 2021
jhenderson added subscribers: smeenai, alexander-shaposhnikov.
jhenderson added a comment.
You should try and find some Mach-O developers to assist with this, as I'm afraid I've got no real experience with it (my herald rule is dumb and just matches any llvm-readobj change). I know @smeenai and @alexander-shaposhnikov have been involved with the Mach-O side of llvm-objcopy, so are probably in a good place to review this too.
================
Comment at: llvm/test/tools/llvm-readobj/MachO/eh_frame.yaml:1
+## Verify that llvm-readobj can dump the __eh_frame section
+# RUN: yaml2obj %s -o %t
----------------
Nit: add trailing "."
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105258/new/
https://reviews.llvm.org/D105258
More information about the llvm-commits
mailing list