[PATCH] D81768: [llvm-objcopy][MachO] Add support for LC_CODE_SIGNATURE

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 15 18:14:16 PDT 2020


alexshap marked an inline comment as done.
alexshap added inline comments.


================
Comment at: llvm/tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp:234
   // trie, data-in-code, symbol table, indirect symbol table, symbol table
   // strings.
   uint64_t NListSize = Is64Bit ? sizeof(MachO::nlist_64) : sizeof(MachO::nlist);
----------------
smeenai wrote:
> Does this comment need updating? It appears the code signature is at the end.
yeah, thanks, I'll update the comment


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81768





More information about the llvm-commits mailing list