[CMake] Remove extra lldb-framework target
authorStefan Granitz <stefan.graenitz@gmail.com>
Wed, 10 Jul 2019 11:09:01 +0000 (11:09 +0000)
committerStefan Granitz <stefan.graenitz@gmail.com>
Wed, 10 Jul 2019 11:09:01 +0000 (11:09 +0000)
commit685911ffce95e4541fcd003d13725f771d931290
treeee2216d0f22366f443a09662a133b0103494fd34
parent6a58583951bdba2ee7e6bcd04d7806438f810904
[CMake] Remove extra lldb-framework target

Summary: The custom lldb-framework target was meant to encapsulate all build steps that LLDB.framework needs on top of the ordinaly liblldb. In the end all of it happens in post-build steps, so we can do the same with liblldb and cut down another source of confusion.

Reviewers: xiaobai, JDevlieghere

Reviewed By: xiaobai, JDevlieghere

Subscribers: mgorny, lldb-commits, #lldb

Tags: #lldb

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

llvm-svn: 365615
lldb/CMakeLists.txt
lldb/cmake/modules/LLDBFramework.cmake