[Lldb-commits] [PATCH] remove CREATE_THREADS:=yes from api/multithreaded Makefile

Shawn Best sbest at blueshiftinc.com
Thu Oct 16 21:02:19 PDT 2014


This flag triggers a '-lpthead' during the linking stage.  Technically this is not needed since the multithreading is handled by std library, triggered by '-std=c++11' in build command line.

The **real** reason I want to remove the '-lpthread' is it was causing a (linux/gcc built) test program to hang in a destructor for the std::condition_variable

http://reviews.llvm.org/D5838

Files:
  test/api/multithreaded/Makefile
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5838.15063.patch
Type: text/x-patch
Size: 300 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141017/c3b4f6a2/attachment.bin>


More information about the lldb-commits mailing list