[PATCH] D81527: [llvm-install-name-tool] Add `delete_rpath` option

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 15 12:04:22 PDT 2020


alexshap added inline comments.


================
Comment at: llvm/tools/llvm-objcopy/MachO/Object.cpp:42
+  return Error::success();
+}
+
----------------
Object stores indices of some special load commands which need to be updated (in this method).

   for (const LoadCommand &LC : LoadCommand) {
        switch (LC.cmd) {
           ...
        }
   }



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81527





More information about the llvm-commits mailing list