add Makefile rule for test program CREATE_STD_THREADS
authorShawn Best <sbest@blueshiftinc.com>
Fri, 14 Nov 2014 19:41:33 +0000 (19:41 +0000)
committerShawn Best <sbest@blueshiftinc.com>
Fri, 14 Nov 2014 19:41:33 +0000 (19:41 +0000)
commit954eae0ed45d830826c846766c41f82d4493a21e
treea99501180ebbbcca4aefed7f85a76f598f7408af
parent966064c9494e416f5503fc0cc9fb2c2ba6bc2097
add Makefile rule for test program CREATE_STD_THREADS

Effectively removes -lpthreads from linux/gcc build of test programs in test/api/multithreaded. This was done due to that combination causing a test program to hang due, likely due to an issue with gcc linker and libstdc++ conflicting pthreads code in test program and pthread used by lldb.  Issue has been documented at:
http://llvm.org/bugs/show_bug.cgi?id=21553

Differential Revision: http://reviews.llvm.org/D5838

llvm-svn: 222031
lldb/test/api/multithreaded/Makefile
lldb/test/make/Makefile.rules