[Lldb-commits] [PATCH] D47801: Make lldb tools dependent on liblldb target when building LLDB.framework with CMake

Stephane Sezer via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 5 16:02:10 PDT 2018


sas added a comment.

Don't we risk creating circular dependencies with this? What happens when a tool depends on liblldb? you'll have theTool depend on liblldb and liblldb depend on theTool.


https://reviews.llvm.org/D47801





More information about the lldb-commits mailing list