[PATCH] D132560: [lld-macho] Add initial support for chained fixups

Daniel Bertalan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 26 07:06:27 PDT 2022


BertalanD updated this revision to Diff 455900.
BertalanD added a comment.

Added diagnostics for too old deployment targets, rebase target address overflows, and tweaked comments.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132560/new/

https://reviews.llvm.org/D132560

Files:
  lld/MachO/Arch/ARM64Common.h
  lld/MachO/Arch/X86_64.cpp
  lld/MachO/Config.h
  lld/MachO/Driver.cpp
  lld/MachO/InputSection.cpp
  lld/MachO/InputSection.h
  lld/MachO/Options.td
  lld/MachO/SyntheticSections.cpp
  lld/MachO/SyntheticSections.h
  lld/MachO/Writer.cpp
  lld/test/MachO/chained-fixups-addend.s
  lld/test/MachO/chained-fixups-empty.s
  lld/test/MachO/flat-namespace-interposable.s
  lld/test/MachO/tlv-dylib.s
  lld/test/MachO/weak-binding.s
  lld/test/MachO/weak-reference.s
  llvm/include/llvm/BinaryFormat/MachO.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132560.455900.patch
Type: text/x-patch
Size: 63362 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220826/d6179449/attachment-0001.bin>


More information about the llvm-commits mailing list