[PATCH] D99823: [lld-macho] Add 32-bit compact unwind support

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 2 16:57:47 PDT 2021


int3 created this revision.
int3 added a reviewer: lld-macho.
Herald added a project: lld-macho.
int3 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This could probably have been part of D99633 <https://reviews.llvm.org/D99633>, but I split it up to make
things a bit more reviewable. I also fixed some bugs in the implementation that
were masked through integer underflows when operating in 64-bit mode.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D99823

Files:
  lld/MachO/Relocations.h
  lld/MachO/SyntheticSections.h
  lld/MachO/UnwindInfoSection.cpp
  lld/MachO/UnwindInfoSection.h
  lld/MachO/Writer.cpp
  lld/test/MachO/compact-unwind.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99823.335047.patch
Type: text/x-patch
Size: 20882 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210402/649038a4/attachment.bin>


More information about the llvm-commits mailing list