[Lldb-commits] [lldb] r218899 - Add ENABLE_THREADS for these threaded tests

Ed Maste emaste at freebsd.org
Thu Oct 2 12:15:00 PDT 2014


Author: emaste
Date: Thu Oct  2 14:15:00 2014
New Revision: 218899

URL: http://llvm.org/viewvc/llvm-project?rev=218899&view=rev
Log:
Add ENABLE_THREADS for these threaded tests

On at least FreeBSD linking with -lpthread is needed for std::thread.

Modified:
    lldb/trunk/test/api/multiple-debuggers/Makefile
    lldb/trunk/test/api/multithreaded/Makefile

Modified: lldb/trunk/test/api/multiple-debuggers/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/api/multiple-debuggers/Makefile?rev=218899&r1=218898&r2=218899&view=diff
==============================================================================
--- lldb/trunk/test/api/multiple-debuggers/Makefile (original)
+++ lldb/trunk/test/api/multiple-debuggers/Makefile Thu Oct  2 14:15:00 2014
@@ -2,6 +2,7 @@ LEVEL = ../../make
 
 MAKE_DSYM := NO
 
+ENABLE_THREADS := YES
 CXX_SOURCES := multi-process-driver.cpp testprog.cpp
 
 include $(LEVEL)/Makefile.rules

Modified: lldb/trunk/test/api/multithreaded/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/api/multithreaded/Makefile?rev=218899&r1=218898&r2=218899&view=diff
==============================================================================
--- lldb/trunk/test/api/multithreaded/Makefile (original)
+++ lldb/trunk/test/api/multithreaded/Makefile Thu Oct  2 14:15:00 2014
@@ -1,5 +1,6 @@
 LEVEL = ../../make
 
+ENABLE_THREADS := YES
 CXX_SOURCES := main.cpp
 
 include $(LEVEL)/Makefile.rules





More information about the lldb-commits mailing list