[PATCH] D113721: [lld-macho] Fix symbol relocs handling for LSDAs
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 11 15:53:18 PST 2021
int3 created this revision.
int3 added a reviewer: lld-macho.
Herald added a reviewer: gkm.
Herald added a project: lld-macho.
int3 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Similar to D113702 <https://reviews.llvm.org/D113702>, but for the LSDAs. Clang seems to emit all LSDA
relocs as section relocs, but ld -r can turn those relocs into symbol
ones.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D113721
Files:
lld/MachO/UnwindInfoSection.cpp
lld/test/MachO/compact-unwind-r.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113721.386678.patch
Type: text/x-patch
Size: 9597 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211111/d548d195/attachment.bin>
More information about the llvm-commits
mailing list