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

Todd Fiala tfiala at google.com
Wed Feb 26 15:35:59 PST 2014


Ah ok.  Yeah it only stopped working fairly recently, but I missed it
because I had been working with configure/(g)make the last couple weeks.


On Wed, Feb 26, 2014 at 2:49 PM, Ed Maste <emaste at freebsd.org> wrote:

> 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.
>



-- 
Todd Fiala | Software Engineer | tfiala at google.com | 650-943-3180
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140226/9a621506/attachment.html>


More information about the lldb-commits mailing list