[Lldb-commits] [lldb] r202282 - Fixed lldb cmake build to include missing libpanel/libncurses.

Ed Maste emaste at freebsd.org
Wed Feb 26 14:49:59 PST 2014


On 26 February 2014 12:44, Todd Fiala <tfiala at google.com> 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.



More information about the lldb-commits mailing list