[lldb-dev] Building LLDB when LLVM is built with threading disabled

Keno Fischer kfischer at college.harvard.edu
Tue Sep 9 16:50:05 PDT 2014


We build LLVM with threads disabled by default (using make&configure).
Recently this started causing the LLDB build to fail. I'm not sure if
this is because of changes to LLDB or the LLVM build system in general
but it brings me to two questions. First, is it now necessary to build
LLVM with threads enabled to build LLDB? And, second, if not, is it
reasonable to link in pthread even when --disable-threads is passed to
./configure, since I don't believe LLDB can be built without threading
support entirely?

Thanks,
Keno



More information about the lldb-dev mailing list