[Lldb-commits] [PATCH] D12900: Fix link failures when BUILD_SHARED_LIBS=ON.

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 18 03:53:22 PDT 2015


labath added a subscriber: labath.
labath added a reviewer: labath.
labath added a comment.

Thanks for the patch.

LLDBDependencies.cmake sets LLDB_SYSTEM_LIBS to the list of libraries lldb depends on. Could you check if it is not sufficient to add this to the list of dependencies? I'd like to avoid replicating this `if(LLDB_DISABLE_XXX) ` logic if it is possible.


http://reviews.llvm.org/D12900





More information about the lldb-commits mailing list