[Lldb-commits] [lldb] r352387 - [CMake] Dump LLDB.framework tools at configuration time
Stefan Granitz via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 28 08:57:19 PST 2019
Author: stefan.graenitz
Date: Mon Jan 28 08:57:19 2019
New Revision: 352387
URL: http://llvm.org/viewvc/llvm-project?rev=352387&view=rev
Log:
[CMake] Dump LLDB.framework tools at configuration time
Modified:
lldb/trunk/cmake/modules/LLDBFramework.cmake
Modified: lldb/trunk/cmake/modules/LLDBFramework.cmake
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/cmake/modules/LLDBFramework.cmake?rev=352387&r1=352386&r2=352387&view=diff
==============================================================================
--- lldb/trunk/cmake/modules/LLDBFramework.cmake (original)
+++ lldb/trunk/cmake/modules/LLDBFramework.cmake Mon Jan 28 08:57:19 2019
@@ -41,6 +41,7 @@ add_dependencies(lldb-framework liblldb)
# Dependencies are defined once tools are added (see AddLLDB.cmake)
if(LLDB_FRAMEWORK_TOOLS)
+ message(STATUS "LLDB.framework: adding tools ${LLDB_FRAMEWORK_TOOLS}")
foreach(tool ${LLDB_FRAMEWORK_TOOLS})
add_custom_command(TARGET lldb-framework POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_FILE:${tool}> $<TARGET_FILE_DIR:liblldb>/Resources
More information about the lldb-commits
mailing list