[CMake] Remove lldb-server from LLDB.framework

Summary: The LLDB test suite doesn't need lldb-server in the framework bundle anymore.

Reviewers: JDevlieghere, jasonmolenda, xiaobai

Reviewed By: JDevlieghere

Subscribers: mgorny, lldb-commits

Tags: #lldb

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

llvm-svn: 361947
This commit is contained in:
Stefan Granitz 2019-05-29 11:28:11 +00:00
parent 5dc9036746
commit 72e05d0aa4
1 changed files with 0 additions and 4 deletions

View File

@ -77,7 +77,3 @@ add_lldb_tool(lldb-server
)
target_link_libraries(lldb-server PRIVATE ${LLDB_SYSTEM_LIBS})
if(LLDB_BUILD_FRAMEWORK)
lldb_add_to_framework(lldb-server)
endif()