[all-commits] [llvm/llvm-project] b925ca: [llvm-install-name-tool] Add support for -rpath op...
Alexander Shaposhnikov via All-commits
all-commits at lists.llvm.org
Fri Jun 26 17:23:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b925ca37a8f28851e110b8f0cd6e7f9a36a15d65
https://github.com/llvm/llvm-project/commit/b925ca37a8f28851e110b8f0cd6e7f9a36a15d65
Author: Alexander Shaposhnikov <alexshap at fb.com>
Date: 2020-06-26 (Fri, 26 Jun 2020)
Changed paths:
A llvm/test/tools/llvm-objcopy/MachO/install-name-tool-rpath.test
M llvm/tools/llvm-objcopy/CopyConfig.cpp
M llvm/tools/llvm-objcopy/CopyConfig.h
M llvm/tools/llvm-objcopy/InstallNameToolOpts.td
M llvm/tools/llvm-objcopy/MachO/MachOObjcopy.cpp
Log Message:
-----------
[llvm-install-name-tool] Add support for -rpath option
This diff implements -rpath option for llvm-install-name-tool
which replaces the rpath value in the specified Mach-O binary.
Patch by Sameer Arora!
Test plan: make check-all
Differential revision: https://reviews.llvm.org/D82051
More information about the All-commits
mailing list