On 31 May 2013 16:20, Malea, Daniel <[email protected]> wrote:
> As far as I can tell (by inspecting source/CMakeLists.txt) lldbBreakpoint
> (contains BreakpointIDList class) is required for linking liblldb.so. Is
> it the lldbCommands library that's failing? If so, the fix might be as
> simple as making lldbCommands depend on lldbBreakpoint.

Yes, it's exactly this.  I'm not sure how the dependency is expressed
for CMake, but I found that swapping the order of lldbCommands and
lldbBreakpoint in lldb/source/CMakeLists.txt worked around the issue,
and liblldb.so  links.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to