On 26 February 2014 12:44, Todd Fiala <[email protected]> wrote:
> Author: tfiala
> Date: Wed Feb 26 11:44:00 2014
> New Revision: 202282
>
> URL: http://llvm.org/viewvc/llvm-project?rev=202282&view=rev
> Log:
> Fixed lldb cmake build to include missing libpanel/libncurses.
>
> These libraries became necessary recently to link properly.
> I think they are needed everywhere non-Windows, but if they
> end up breaking on a given platform, we can conditionalize this
> further.

It was actually LLVM r201969 that broke this I think, as it dropped
the use of link_system_libs and the system_libs list.  I just now
removed the leftover LLDB system_libs bits in r202309.

These libraries were included for Linux and FreeBSD using the previous
scheme, but I suspect you're correct and they should be used generally
on non-Windows systems.
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to