[PATCH] D82812: [llvm-install-name-tool] Merge rpath with id/change

Sameer Arora via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 29 14:59:06 PDT 2020


sameerarora101 created this revision.
sameerarora101 added reviewers: jhenderson, alexshap, smeenai, Ktwu.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a reviewer: rupprecht.
Herald added a project: LLVM.
sameerarora101 added a parent revision: D82613: [llvm-install-name-tool] Add -change option.
sameerarora101 edited the summary of this revision.

Merge `-rpath` option within the same loop as `-id` and
`-change`. This also simplifies `-add_rpath`.
Added another test case for `-add_rpath` to test the 
new implementation. Depends on D82613 <https://reviews.llvm.org/D82613>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D82812

Files:
  llvm/test/tools/llvm-objcopy/MachO/install-name-tool-add-rpath.test
  llvm/tools/llvm-objcopy/MachO/MachOObjcopy.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82812.274247.patch
Type: text/x-patch
Size: 5315 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200629/3c17c818/attachment.bin>


More information about the llvm-commits mailing list