[Lldb-commits] [lldb] 015d78a - [lldb] Remove XPCServices symlinking
Shoaib Meenai via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 1 11:24:02 PST 2021
Author: Shoaib Meenai
Date: 2021-03-01T11:23:46-08:00
New Revision: 015d78a25e510a6ff512d562b4e062d16c4afc78
URL: https://github.com/llvm/llvm-project/commit/015d78a25e510a6ff512d562b4e062d16c4afc78
DIFF: https://github.com/llvm/llvm-project/commit/015d78a25e510a6ff512d562b4e062d16c4afc78.diff
LOG: [lldb] Remove XPCServices symlinking
This is a downstream change that was accidentally included upstream.
Reviewed By: vsk
Differential Revision: https://reviews.llvm.org/D97701
Added:
Modified:
lldb/cmake/modules/LLDBFramework.cmake
Removed:
################################################################################
diff --git a/lldb/cmake/modules/LLDBFramework.cmake b/lldb/cmake/modules/LLDBFramework.cmake
index 2fb059ac458b..2e82f4978667 100644
--- a/lldb/cmake/modules/LLDBFramework.cmake
+++ b/lldb/cmake/modules/LLDBFramework.cmake
@@ -124,16 +124,6 @@ if(NOT APPLE_EMBEDDED)
)
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
More information about the lldb-commits
mailing list