<div dir="ltr"><div>(moving to lldb-dev)</div><div><br></div>Hi all,<div><br></div><div>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.  <br></div><div><br></div><div>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.)</div><div><br></div><div>CMake can generate makefiles, ninja files and Visual Studio project files so if you really want make files you can get them there.</div><div><br></div><div>Maybe the solution is to drop configure/make support on Linux for lldb?</div><div><br></div><div>Sincerely,<br></div><div><br></div><div>Vince</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 24, 2015 at 10:58 AM, Ed Maste <span dir="ltr"><<a href="mailto:emaste@freebsd.org" target="_blank">emaste@freebsd.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 22 April 2015 at 14:01, Rick Foos <<a href="mailto:rfoos@codeaurora.org">rfoos@codeaurora.org</a>> wrote:<br>
><br>
> lldb-x86_64-debian-clang     failed test lldb<br>
> lldb-x86_64-freebsd     failed test lldb<br>
> lldb-x86_64-ubuntu-14.10     failed test lldb<br>
<br>
</span>Note that there are a still a number of thread races in LLDB, and they<br>
seem to cause trouble on FreeBSD more often than other platforms. On<br>
both my modest-core-count FreeBSD 10.x and 11.x machines the test<br>
suite passes, but I see similar results on the buildbot and a 24-core<br>
server that I have access to. The buildbot and test server are both<br>
running 11-CURRENT.<br>
<span class="HOEnZb"><font color="#888888"><br>
-Ed<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</div></div></blockquote></div><br></div>