[all-commits] [llvm/llvm-project] 3b5db7: [llvm-install-name-tool] Merge install-name options
Sameer Arora via All-commits
all-commits at lists.llvm.org
Mon Jul 6 21:05:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3b5db7fc69bb1efac6f017830af98f192a1f8ab4
https://github.com/llvm/llvm-project/commit/3b5db7fc69bb1efac6f017830af98f192a1f8ab4
Author: Sameer Arora <sameerarora101 at fb.com>
Date: 2020-07-06 (Mon, 06 Jul 2020)
Changed paths:
M llvm/test/tools/llvm-objcopy/MachO/install-name-tool-add-rpath.test
M llvm/tools/llvm-objcopy/CopyConfig.cpp
M llvm/tools/llvm-objcopy/CopyConfig.h
M llvm/tools/llvm-objcopy/MachO/MachOObjcopy.cpp
Log Message:
-----------
[llvm-install-name-tool] Merge install-name options
This diff merges all options for llvm-install-name-tool under a single
function processLoadCommands. Also adds another test case for -add_rpath
option.
Test plan: make check-all
Reviewed by: jhenderson, alexshap, smeenai, Ktwu
Differential Revision: https://reviews.llvm.org/D82812
More information about the All-commits
mailing list