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


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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to