Fixed pthread linking errors in test binaries
authorVince Harron <vharron@google.com>
Sat, 28 Feb 2015 00:51:06 +0000 (00:51 +0000)
committerVince Harron <vharron@google.com>
Sat, 28 Feb 2015 00:51:06 +0000 (00:51 +0000)
Fixes these tests:

TestBreakAfterJoin.py
TestCreateDuringStep.py
TestExitDuringBreak.py
TestMultipleBreakpoints.py

llvm-svn: 230828

lldb/test/functionalities/thread/break_after_join/Makefile
lldb/test/functionalities/thread/create_during_step/Makefile
lldb/test/functionalities/thread/exit_during_break/Makefile
lldb/test/functionalities/thread/multi_break/Makefile

index 26db481..67aa166 100644 (file)
@@ -1,4 +1,5 @@
 LEVEL = ../../../make
 
 CXX_SOURCES := main.cpp
+ENABLE_THREADS := YES
 include $(LEVEL)/Makefile.rules
index 26db481..67aa166 100644 (file)
@@ -1,4 +1,5 @@
 LEVEL = ../../../make
 
 CXX_SOURCES := main.cpp
+ENABLE_THREADS := YES
 include $(LEVEL)/Makefile.rules
index 26db481..67aa166 100644 (file)
@@ -1,4 +1,5 @@
 LEVEL = ../../../make
 
 CXX_SOURCES := main.cpp
+ENABLE_THREADS := YES
 include $(LEVEL)/Makefile.rules