[Lldb-commits] [PATCH] D57999: [lldb] [lldb-instr] Add missing linkage to clang libraries
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 11 01:44:24 PST 2019
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
This happens when using the standalone build, right?
I suspect this happens only there because cmake does not have enough information to correctly include transitive deps automatically. That's slightly unfortunate, but I guess we can live with it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57999/new/
https://reviews.llvm.org/D57999
More information about the lldb-commits
mailing list