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

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 19 08:10:45 PST 2016


tfiala added a subscriber: tfiala.
tfiala added a comment.

> Setting the dependencies as private required a fixup of the argdumper link command, as it was not


actually linking to liblldb (it was referring to symbols from the lldb_private namespace, which
are not exposed in liblldb),

At some point lldb-argdumper is planned to be reworked just slightly so it had no dependencies on the lldb core.  (That would have avoided this I suspect.)


http://reviews.llvm.org/D16293





More information about the lldb-commits mailing list