[PATCH] D131982: [llvm-objdump] Complete -chained_fixups support

Daniel Bertalan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 23 07:57:33 PDT 2022


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

Added some extra checks. Addends are now printed as signed integers, as in Apple `otool`.


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

https://reviews.llvm.org/D131982

Files:
  llvm/include/llvm/BinaryFormat/MachO.h
  llvm/include/llvm/Object/MachO.h
  llvm/lib/Object/MachOObjectFile.cpp
  llvm/test/tools/llvm-objdump/MachO/chained-fixups.test
  llvm/tools/llvm-objdump/MachODump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131982.454844.patch
Type: text/x-patch
Size: 11659 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220823/8b67b461/attachment.bin>


More information about the llvm-commits mailing list