[all-commits] [llvm/llvm-project] 86b98c: llvm-objdump: add --rpaths to macho support

Keith Smiley via All-commits all-commits at lists.llvm.org
Thu Apr 22 16:02:41 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 86b98c60c54cbb661500058c6e0d2f5cffec2690
      https://github.com/llvm/llvm-project/commit/86b98c60c54cbb661500058c6e0d2f5cffec2690
  Author: Keith Smiley <keithbsmiley at gmail.com>
  Date:   2021-04-22 (Thu, 22 Apr 2021)

  Changed paths:
    M llvm/docs/CommandGuide/llvm-objdump.rst
    A llvm/test/tools/llvm-objdump/MachO/rpaths.test
    M llvm/tools/llvm-objdump/MachODump.cpp
    M llvm/tools/llvm-objdump/MachODump.h
    M llvm/tools/llvm-objdump/ObjdumpOpts.td
    M llvm/tools/llvm-objdump/llvm-objdump.cpp

  Log Message:
  -----------
  llvm-objdump: add --rpaths to macho support

This prints the rpaths for the given binary

Reviewed By: kastiglione

Differential Revision: https://reviews.llvm.org/D100681




More information about the All-commits mailing list