[Lldb-commits] [PATCH] D97701: [lldb] Remove XPCServices symlinking

Shoaib Meenai via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 1 09:47:39 PST 2021


smeenai created this revision.
smeenai added reviewers: vsk, JDevlieghere.
Herald added a subscriber: mgorny.
smeenai requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

This is a downstream change that was accidentally included upstream.


Repository:
  rG LLVM Github Monorepo

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.327157.patch
Type: text/x-patch
Size: 823 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210301/c4e75a14/attachment.bin>


More information about the lldb-commits mailing list