<div dir="ltr">Threading should be enabled by default in LLVM, you have to go out of your way to disable it.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Sep 9, 2014 at 5:12 PM, Greg Clayton <span dir="ltr"><<a href="mailto:gclayton@apple.com" target="_blank">gclayton@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Because LLVM enables threading manually, this is the main reason we didn't use their locking primitives.<br>
<br>
I am not sure if we recently started using any of LLVM threading stuff that gets disabled (Zach's changes?) when threading isn't enabled in LLVM, but I don't believe we have enabled threading in LLVM builds.<br>
<br>
Can you elaborate on what is making the build fail now after you disable threads?<br>
<div class="HOEnZb"><div class="h5"><br>
> On Sep 9, 2014, at 4:50 PM, Keno Fischer <<a href="mailto:kfischer@college.harvard.edu">kfischer@college.harvard.edu</a>> wrote:<br>
><br>
> We build LLVM with threads disabled by default (using make&configure).<br>
> Recently this started causing the LLDB build to fail. I'm not sure if<br>
> this is because of changes to LLDB or the LLVM build system in general<br>
> but it brings me to two questions. First, is it now necessary to build<br>
> LLVM with threads enabled to build LLDB? And, second, if not, is it<br>
> reasonable to link in pthread even when --disable-threads is passed to<br>
> ./configure, since I don't believe LLDB can be built without threading<br>
> support entirely?<br>
><br>
> Thanks,<br>
> Keno<br>
> _______________________________________________<br>
> lldb-dev mailing list<br>
> <a href="mailto:lldb-dev@cs.uiuc.edu">lldb-dev@cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev</a><br>
<br>
_______________________________________________<br>
lldb-dev mailing list<br>
<a href="mailto:lldb-dev@cs.uiuc.edu">lldb-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev</a><br>
</div></div></blockquote></div><br></div>