[PATCH] D86805: [lld-macho] create __TEXT,__unwind_info from __LD,__compact_unwind

Greg McGary via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 28 12:43:16 PDT 2020


gkm created this revision.
gkm added reviewers: lld-macho, ruiu, pcc, MaskRay, smeenai, int3, alexshap, compnerd.
Herald added subscribers: llvm-commits, danielkiss, mgrang, mgorny.
Herald added a project: LLVM.
gkm requested review of this revision.

Digest the input __LD,__compact_unwind and produce the output __TEXT,__unwind_info. This is the initial commit with the major functionality.

Successor commits will add handling for ...

- __TEXT,__eh_frame
- personalities & LSDA


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D86805

Files:
  lld/MachO/CMakeLists.txt
  lld/MachO/OutputSegment.cpp
  lld/MachO/OutputSegment.h
  lld/MachO/SyntheticSections.h
  lld/MachO/UnwindInfo.cpp
  lld/MachO/UnwindInfo.h
  lld/MachO/Writer.cpp
  lld/test/MachO/compact-unwind.test
  lld/test/MachO/tools/generate-cfi-funcs.py
  lld/test/MachO/tools/validate-unwind-info.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86805.288677.patch
Type: text/x-patch
Size: 28987 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200828/79a80c23/attachment.bin>


More information about the llvm-commits mailing list