Skip to content

Commit 015d78a

Browse files
committed
[lldb] Remove XPCServices symlinking
This is a downstream change that was accidentally included upstream. Reviewed By: vsk Differential Revision: https://reviews.llvm.org/D97701
1 parent 087bc20 commit 015d78a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

lldb/cmake/modules/LLDBFramework.cmake

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -124,16 +124,6 @@ if(NOT APPLE_EMBEDDED)
124124
)
125125
endif()
126126

127-
# IOS framework bundles are flat
128-
if(NOT APPLE_EMBEDDED)
129-
add_custom_command(TARGET liblldb POST_BUILD
130-
COMMAND ${CMAKE_COMMAND} -E create_symlink
131-
Versions/Current/XPCServices
132-
${LLDB_FRAMEWORK_ABSOLUTE_BUILD_DIR}/LLDB.framework/XPCServices
133-
COMMENT "LLDB.framework: create symlink XPCServices"
134-
)
135-
endif()
136-
137127
# Add an rpath pointing to the directory where LLDB.framework is installed.
138128
# This allows frameworks (relying on @rpath) to be installed in the same folder and found at runtime.
139129
set_property(TARGET liblldb APPEND PROPERTY INSTALL_RPATH

0 commit comments

Comments
 (0)