[Lldb-commits] [PATCH] D16293: [cmake] Make dependencies of lldb libraries private

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 21 10:12:41 PST 2016


zturner added a comment.

Unfortunately that's not going to work.  Because lldb libraries are not layered very well, linking against any one library is going to cause a transitive link dependency on every other library.  I did a lot of work to improve that in order to get the Python stuff separated out, but it's still not in a great state.  So right now, there's no way to just link against host, because that's the same as linking against everything


http://reviews.llvm.org/D16293





More information about the lldb-commits mailing list