[PATCH] D113630: Add support for chained fixup load commands to MachOObjectFile

Shubham Sandeep Rastogi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 10 17:00:26 PST 2021


rastogishubham added inline comments.


================
Comment at: llvm/include/llvm/BinaryFormat/MachO.h:1009
+  uint32_t fixups_version; ///< 0
+  uint32_t starts_offset;  ///< Ooffset of dyld_chained_starts_in_image.
+  uint32_t imports_offset; ///< Offset of imports table in chain_data.
----------------
Minor issue, but you have a typo in your comment here


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

https://reviews.llvm.org/D113630



More information about the llvm-commits mailing list