OSDN Git Service

build: add the ability to create a symlink for dsymutil
authorSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 28 Feb 2018 23:00:50 +0000 (23:00 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 28 Feb 2018 23:00:50 +0000 (23:00 +0000)
commit9b622654711c731caebdf39ef7aabe3ff57b1245
treeff1b1e8819a0e82351e3ad803ade684dca385b3e
parent98acc6a71327e492396b23f8432447950a936588
build: add the ability to create a symlink for dsymutil

Add a `LLVM_INSTALL_CCTOOLS_SYMLINKS` to mirror
`LLVM_INSTALL_BINUTILS_SYMLINKS`.  For now, this allows us to create
symlinks for `dsymutil` to `llvm-dsymutil`.  This option is off by
default, but the user can enable it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@326381 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt
docs/CMake.rst
tools/dsymutil/CMakeLists.txt