[lldb-dev] [zorg] r173869 - Add an LLDB builder

Zachary Turner zturner at google.com
Fri Apr 24 15:33:49 PDT 2015


We have multiple build systems for reasons that are not related to LLDB.
Certain users of LLVM need them.  But my understanding is that even LLVM
will kill the autoconf build by summer of this year.

As far as this builder is concerned, I believe the only reason it's running
autoconf is because nobody has made an equivalent CMake builder.  If
someone has the urge and/or cycles to make that happen, this autoconf
builder could go away I believe.

On Fri, Apr 24, 2015 at 3:24 PM Vince Harron <vince at nethacker.com> wrote:

> (moving to lldb-dev)
>
> Hi all,
>
> I've debugged this to a bug in the Makefile for lldb-server.
>  configure/make lldb-server is linking against the liblldb.so and CMake
> lldb-server is statically linking everything.
>
> I could figure out how to fix it but I'm left to wonder...  Can someone
> remind me why we have multiple build systems?  (I think I've been told
> before but I can't remember the answer.)
>
> CMake can generate makefiles, ninja files and Visual Studio project files
> so if you really want make files you can get them there.
>
> Maybe the solution is to drop configure/make support on Linux for lldb?
>
> Sincerely,
>
> Vince
>
>
>
> On Fri, Apr 24, 2015 at 10:58 AM, Ed Maste <emaste at freebsd.org> wrote:
>
>> On 22 April 2015 at 14:01, Rick Foos <rfoos at codeaurora.org> wrote:
>> >
>> > lldb-x86_64-debian-clang     failed test lldb
>> > lldb-x86_64-freebsd     failed test lldb
>> > lldb-x86_64-ubuntu-14.10     failed test lldb
>>
>> Note that there are a still a number of thread races in LLDB, and they
>> seem to cause trouble on FreeBSD more often than other platforms. On
>> both my modest-core-count FreeBSD 10.x and 11.x machines the test
>> suite passes, but I see similar results on the buildbot and a 24-core
>> server that I have access to. The buildbot and test server are both
>> running 11-CURRENT.
>>
>> -Ed
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>>
>
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150424/53dc4a4c/attachment.html>


More information about the lldb-dev mailing list