[PATCH] D12864: [CMake] Refactor and cleanup generating and installing symlinks to tools.

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 14 15:13:57 PDT 2015


beanz created this revision.
beanz added reviewers: rafael, bogner, chapuni.
beanz added a subscriber: llvm-commits.

This change generalizes symlink generation and makes symlinks to tools obey LLVM_TOOLCHAIN_TOOLS. It makes it so that if you exclude llvm-ar from LLVM_TOOLCHAIN_TOOLS you don't end up with broken symlinks to llvm-lib and llvm-ranlib in your install.

http://reviews.llvm.org/D12864

Files:
  cmake/modules/AddLLVM.cmake
  cmake/modules/install_symlink.cmake
  tools/llvm-ar/CMakeLists.txt
  tools/llvm-ar/install_symlink.cmake

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12864.34742.patch
Type: text/x-patch
Size: 5740 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150914/454d6c17/attachment.bin>


More information about the llvm-commits mailing list