[PATCH] D111164: Regenerate LC_CODE_SIGNATURE during llvm-objcopy operations

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 25 01:02:03 PDT 2021


alexander-shaposhnikov added a comment.

LG



================
Comment at: llvm/tools/llvm-objcopy/MachO/Object.cpp:32
 void Object::updateLoadCommandIndexes() {
+  static const char TextSegmentName[] = "__TEXT";
   // Update indices of special load commands
----------------
constexpr


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111164



More information about the llvm-commits mailing list