[all-commits] [llvm/llvm-project] c14390: [llvm-install-name-tool] Merge install-name options

Sameer Arora via All-commits all-commits at lists.llvm.org
Mon Jul 6 15:15:45 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c143900a0851b2c7b7d52e4825c7f073b3474cf6
      https://github.com/llvm/llvm-project/commit/c143900a0851b2c7b7d52e4825c7f073b3474cf6
  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