[all-commits] [llvm/llvm-project] 77cbf2: [llvm-install-name-tool] Add -prepend_rpath option

Keith Smiley via All-commits all-commits at lists.llvm.org
Fri Oct 23 15:04:39 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 77cbf2595331b11018c2cffb76eb5b8db69f4577
      https://github.com/llvm/llvm-project/commit/77cbf2595331b11018c2cffb76eb5b8db69f4577
  Author: Keith Smiley <keithbsmiley at gmail.com>
  Date:   2020-10-23 (Fri, 23 Oct 2020)

  Changed paths:
    A llvm/test/tools/llvm-objcopy/MachO/install-name-tool-prepend-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 -prepend_rpath option

This diff adds the option -prepend_rpath which inserts an rpath as
the first rpath in the binary.

Test plan: make check-all

Differential revision: https://reviews.llvm.org/D89605




More information about the All-commits mailing list