[Lldb-commits] [lldb] r210035 - Fix most of the remaining Windows build warnings.

Todd Fiala tfiala at google.com
Tue Jun 17 14:23:37 PDT 2014


Yeah, we're going to be doing some work soon-ish on getting lldb-gdbserver
to link with essentially a second build of liblldb.so, but as a static
library, minus SB* and python support.  This should allow us to eliminate a
ton of code unused by llgs and get llgs closer to the debugserver size
(tens of megs instead of hundreds of megs).  We may end up wanting/needing
to clean up some of the circular dependencies at that point.


On Tue, Jun 17, 2014 at 2:16 PM, Ed Maste <emaste at freebsd.org> wrote:

> On 17 June 2014 17:03, Todd Fiala <tfiala at google.com> wrote:
> >
> > This went in here:
> >
> > svn commit
> > Sending        CMakeLists.txt
> > Transmitting file data .
> > Committed revision 211123.
> >
> >
> > On Tue, Jun 17, 2014 at 1:58 PM, Todd Fiala <tfiala at google.com> wrote:
> >>
> >> I've now tested that final cmake patch on Ubuntu Linux 12.04/gcc-4.8.2,
> MacOSX 10.9.3/clang, FreeBSD 10/clang and they all pass.
>
> Thanks for testing on FreeBSD Todd.  I just updated to HEAD and all
> looks good here too.
>
> Ideally we would just fix the circular dependencies in the libs and
> avoid the need for grouping.  I started trying to untangle that and
> gave up though, it was just too awkward.
>



-- 
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/20140617/86a737b5/attachment.html>


More information about the lldb-commits mailing list