[Lldb-commits] [PATCH] remove CREATE_THREADS:=yes from api/multithreaded Makefile
Shawn Best
sbest at blueshiftinc.com
Thu Nov 13 18:42:27 PST 2014
I have added another flag to test/Makefile.rules ENABLE_STD_THREADS and used it the api/Multithreaded unit tests. This can be used to selectively omit '-lpthreads' option for certain systems. All platforms except linux/gcc should behave as before.
I have also made a Bugzilla report for simple program that hangs on linux ( http://llvm.org/bugs/show_bug.cgi?id=21553 )
I see there has been some recent activity in this area with r215562 omitting -lpthreads on windows, and r218899 recently adding -lpthreads as it was needed for FreeBSD.
http://reviews.llvm.org/D5838
Files:
test/api/multithreaded/Makefile
test/make/Makefile.rules
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5838.16188.patch
Type: text/x-patch
Size: 1347 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141114/8fa49db9/attachment.bin>
More information about the lldb-commits
mailing list