[Lldb-commits] [lldb] fb9b43a - [lldb-dap] Fix the framework build
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Mon May 12 09:51:59 PDT 2025
Author: Jonas Devlieghere
Date: 2025-05-12T09:51:15-07:00
New Revision: fb9b43a0c56de9b1f36e862565c33e0ad637fb36
URL: https://github.com/llvm/llvm-project/commit/fb9b43a0c56de9b1f36e862565c33e0ad637fb36
DIFF: https://github.com/llvm/llvm-project/commit/fb9b43a0c56de9b1f36e862565c33e0ad637fb36.diff
LOG: [lldb-dap] Fix the framework build
I forgot to remove the original logic after moving it into the tool
subdirectory.
Added:
Modified:
lldb/tools/lldb-dap/CMakeLists.txt
Removed:
################################################################################
diff --git a/lldb/tools/lldb-dap/CMakeLists.txt b/lldb/tools/lldb-dap/CMakeLists.txt
index 608166bf0e0dd..224d64b83b7d4 100644
--- a/lldb/tools/lldb-dap/CMakeLists.txt
+++ b/lldb/tools/lldb-dap/CMakeLists.txt
@@ -84,18 +84,3 @@ if(LLDB_DAP_WELCOME_MESSAGE)
PRIVATE
-DLLDB_DAP_WELCOME_MESSAGE=\"${LLDB_DAP_WELCOME_MESSAGE}\")
endif()
-
-if(LLDB_BUILD_FRAMEWORK)
- # In the build-tree, we know the exact path to the framework directory.
- # The installed framework can be in
diff erent locations.
- lldb_setup_rpaths(lldb-dap
- BUILD_RPATH
- "${LLDB_FRAMEWORK_ABSOLUTE_BUILD_DIR}"
- INSTALL_RPATH
- "@loader_path/../../../SharedFrameworks"
- "@loader_path/../../System/Library/PrivateFrameworks"
- "@loader_path/../../Library/PrivateFrameworks"
- )
-endif()
-
-add_subdirectory(tool)
More information about the lldb-commits
mailing list