[Lldb-commits] [PATCH] Add -lpthread to LLDB shared lib link line unconditionally

Keno Fischer kfischer at college.harvard.edu
Sun Sep 21 14:52:27 PDT 2014


Usually -lpthread is included due to LLVM link options, 
but when LLVM threading is disabled, this does not happen.
pthread is still needed however because LLDB uses threading
regardless of whether LLVM is built with threading support or not.

http://reviews.llvm.org/D5431

Files:
  lib/Makefile
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5431.13914.patch
Type: text/x-patch
Size: 773 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140921/219d1af1/attachment.bin>


More information about the lldb-commits mailing list