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

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 16 11:32:58 PDT 2020


smeenai added inline comments.


================
Comment at: llvm/test/tools/llvm-objcopy/MachO/install-name-tool-delete-rpath.test:51-52
+
+# INDEX: Load command 4
+# INDEX-NEXT: cmd LC_SYMTAB
+
----------------
There's a bunch of special load commands whose indices are stored. Can we add tests for the other ones as well (in addition to LC_SYMTAB)?


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