[CMake] Give lldb tools functional install targets when building LLDB.framework
authorAlex Langford <apl@fb.com>
Mon, 16 Jul 2018 19:19:56 +0000 (19:19 +0000)
committerAlex Langford <apl@fb.com>
Mon, 16 Jul 2018 19:19:56 +0000 (19:19 +0000)
commit8d33a085c363a5f4288c7866fe35d48417e2731d
tree30302498b75a2abb6eed6b15d76bdd77c4d78c7f
parent31e29a4b59fdd33c147f2172b76fa43ace0fa00b
[CMake] Give lldb tools functional install targets when building LLDB.framework

Summary:
This change makes the install targets for lldb tools functional when
building for the framework.

I am currently working on the install rules for lldb-framework and this will
let me make `install-lldb-framework` rely on `install-lldb-argdumper` for
instance. This is especially important for `install-lldb-framework-stripped`. It
is much better for `install-lldb-framework-stripped` to rely on
`install-lldb-argdumper-stripped` than to copy and strip lldb-argdumper
manually.

Differential Revision: https://reviews.llvm.org/D49038

llvm-svn: 337202
lldb/cmake/modules/AddLLDB.cmake