[PATCH] D69146: [install-name-tool] Add first bits for install-name-tool

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 6 15:28:59 PST 2019


smeenai added inline comments.


================
Comment at: llvm/tools/llvm-objcopy/CMakeLists.txt:47
   add_llvm_tool_symlink(objcopy llvm-objcopy)
   add_llvm_tool_symlink(strip llvm-objcopy)
 endif()
----------------
thakis wrote:
> do you want to add a symlink install_name_tool down here too if LLVM_INSTALL_BINUTILS_SYMLINKS is set?
That should be controlled by `LLVM_INSTALL_CCTOOLS_SYMLINKS`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69146/new/

https://reviews.llvm.org/D69146





More information about the llvm-commits mailing list