Skip to content

Commit 72e05d0

Browse files
[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
1 parent 5dc9036 commit 72e05d0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lldb/tools/lldb-server/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,3 @@ add_lldb_tool(lldb-server
7777
)
7878

7979
target_link_libraries(lldb-server PRIVATE ${LLDB_SYSTEM_LIBS})
80-
81-
if(LLDB_BUILD_FRAMEWORK)
82-
lldb_add_to_framework(lldb-server)
83-
endif()

0 commit comments

Comments
 (0)