[Lldb-commits] [lldb] r237919 - Update Makefile to reflect that TestNumThreads now uses std::thread instead of pthreads.
Adrian McCarthy
amccarth at google.com
Thu May 21 10:47:58 PDT 2015
Author: amccarth
Date: Thu May 21 12:47:58 2015
New Revision: 237919
URL: http://llvm.org/viewvc/llvm-project?rev=237919&view=rev
Log:
Update Makefile to reflect that TestNumThreads now uses std::thread instead of pthreads.
Modified:
lldb/trunk/test/functionalities/thread/Makefile
Modified: lldb/trunk/test/functionalities/thread/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/thread/Makefile?rev=237919&r1=237918&r2=237919&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/thread/Makefile (original)
+++ lldb/trunk/test/functionalities/thread/Makefile Thu May 21 12:47:58 2015
@@ -1,5 +1,5 @@
LEVEL = ../../make
CXX_SOURCES := main.cpp
-ENABLE_THREADS := YES
+ENABLE_STD_THREADS := YES
include $(LEVEL)/Makefile.rules
More information about the lldb-commits
mailing list