| commit | 050b4b05a00a14f3dd8b26ab36dfb4af3c00bd37 | [log] [tgz] |
|---|---|---|
| author | Don Hinton <hintonda@gmail.com> | Wed Jan 10 01:00:28 2018 +0000 |
| committer | Don Hinton <hintonda@gmail.com> | Wed Jan 10 01:00:28 2018 +0000 |
| tree | e1ee2cff5d95881457e9c796d52c40b4a48dad5a | |
| parent | fe6c9cbb2440be652b9f7697bf945323e28a9fe4 [diff] |
[cmake] Delete redundant install command for clang-refactor. Summary: Install targets for clang tools are controlled by CLANG_BUILD_TOOLS, and when OFF, cmake issues the following warning: WARNING: Target "clang-refactor" has EXCLUDE_FROM_ALL set and will not be built by default but an install rule has been provided for it. CMake does not define behavior for this case. Differential Revision: https://reviews.llvm.org/D41807 llvm-svn: 322147