[Lldb-commits] [PATCH] D97701: [lldb] Remove XPCServices symlinking
Shoaib Meenai via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 1 11:24:09 PST 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG015d78a25e51: [lldb] Remove XPCServices symlinking (authored by smeenai).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97701/new/
https://reviews.llvm.org/D97701
Files:
lldb/cmake/modules/LLDBFramework.cmake
Index: lldb/cmake/modules/LLDBFramework.cmake
===================================================================
--- lldb/cmake/modules/LLDBFramework.cmake
+++ lldb/cmake/modules/LLDBFramework.cmake
@@ -124,16 +124,6 @@
)
endif()
-# IOS framework bundles are flat
-if(NOT APPLE_EMBEDDED)
- add_custom_command(TARGET liblldb POST_BUILD
- COMMAND ${CMAKE_COMMAND} -E create_symlink
- Versions/Current/XPCServices
- ${LLDB_FRAMEWORK_ABSOLUTE_BUILD_DIR}/LLDB.framework/XPCServices
- COMMENT "LLDB.framework: create symlink XPCServices"
- )
-endif()
-
# Add an rpath pointing to the directory where LLDB.framework is installed.
# This allows frameworks (relying on @rpath) to be installed in the same folder and found at runtime.
set_property(TARGET liblldb APPEND PROPERTY INSTALL_RPATH
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97701.327209.patch
Type: text/x-patch
Size: 823 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210301/2c100db1/attachment.bin>
More information about the lldb-commits
mailing list