[Lldb-commits] [PATCH] D26093: Limit LLDB_EXPORT_ALL_SYMBOLS to additionally export only the lldb_private namespace symbols
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 28 13:29:09 PDT 2016
labath added a reviewer: beanz.
labath added a subscriber: beanz.
labath added a comment.
I am a bit surprised that this fixes the problem. I would have expected that the problem would occur in case when we *do* restrict exports, as in that case, it is much easier to pull in copies of stuff twice. I wonder if in this case we could actually avoid having two copies of llvm.
What would happen if you just remove the call to llvm_config in lldb-mi's CMakeLists.txt. Will you get some unresolved symbols?
Adding @beanz, in case he has some ideas.
https://reviews.llvm.org/D26093
More information about the lldb-commits
mailing list