| commit | cb46b69e3eeae23b99f646e6dd23b1f05f6d8671 | [log] [tgz] |
|---|---|---|
| author | Michal Gorny <mgorny@gentoo.org> | Fri Oct 04 05:40:29 2019 +0000 |
| committer | Michal Gorny <mgorny@gentoo.org> | Fri Oct 04 05:40:29 2019 +0000 |
| tree | 3b227a6883236f1ec236f856ee48c50dd96c7826 | |
| parent | 7f379a3366ca8e80f891f7b9a51d79b81834741e [diff] |
[clang-tools-extra] [cmake] Use add_clang_tool() to install tools Replace add_clang_executable() calls with add_clang_tool() that takes care of creating correct, distribution-friendly install target. While at it, remove redundant install calls. This change also causes clang-move and pp-trace to be installed. Differential Revision: https://reviews.llvm.org/D68423 llvm-svn: 373694