(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 <ema...@freebsd.org> wrote: > On 22 April 2015 at 14:01, Rick Foos <rf...@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-comm...@cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits >
_______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev