[Lldb-commits] [PATCH] D62472: [CMake] LLDB.framework tools handling
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue May 28 13:11:21 PDT 2019
clayborg added inline comments.
================
Comment at: lldb/tools/darwin-debug/CMakeLists.txt:6
+if(LLDB_BUILD_FRAMEWORK)
+ lldb_add_to_framework(darwin-debug)
+endif()
----------------
We need it for launching in a terminal on macOS. So it actually is needed for "process launch --tty" on macOS
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62472/new/
https://reviews.llvm.org/D62472
More information about the lldb-commits
mailing list