summaryrefslogtreecommitdiffstats
path: root/lldb/tools/darwin-debug
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2016-12-15 22:01:17 +0000
committerChris Bieneman <beanz@apple.com>2016-12-15 22:01:17 +0000
commitd69b9414b3cbd2ba738e7d48159643c69633c4d2 (patch)
tree68d7d93e42f9cb3b3a3da3ffe9a27e602ba3a13e /lldb/tools/darwin-debug
parent40f05dcec915668ad7c5f74b1d556f12ea9049ec (diff)
downloadbcm5719-llvm-d69b9414b3cbd2ba738e7d48159643c69633c4d2.tar.gz
bcm5719-llvm-d69b9414b3cbd2ba738e7d48159643c69633c4d2.zip
[CMake] Refactor LLDB libraries and tools to be components
In LLVM's CMake we have a convention that components have both a build and an install target. Making LLDB follow this convention will allow LLDB to take advantage of the LLVM_DISTRIBUTION_COMPONENTS build option from LLVM. llvm-svn: 289879
Diffstat (limited to 'lldb/tools/darwin-debug')
-rw-r--r--lldb/tools/darwin-debug/CMakeLists.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/lldb/tools/darwin-debug/CMakeLists.txt b/lldb/tools/darwin-debug/CMakeLists.txt
index 3861017f094..2f28eab3a58 100644
--- a/lldb/tools/darwin-debug/CMakeLists.txt
+++ b/lldb/tools/darwin-debug/CMakeLists.txt
@@ -1,6 +1,3 @@
-add_lldb_executable(darwin-debug INCLUDE_IN_FRAMEWORK
+add_lldb_tool(darwin-debug INCLUDE_IN_FRAMEWORK
darwin-debug.cpp
)
-
-install(TARGETS darwin-debug
- RUNTIME DESTINATION bin)
OpenPOWER on IntegriCloud