Fixed pthread linking errors in test binaries

Fixes these tests:

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

llvm-svn: 230828
This commit is contained in:
Vince Harron 2015-02-28 00:51:06 +00:00
parent a226e6115c
commit 7863d7634e
4 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,5 @@
LEVEL = ../../../make LEVEL = ../../../make
CXX_SOURCES := main.cpp CXX_SOURCES := main.cpp
ENABLE_THREADS := YES
include $(LEVEL)/Makefile.rules include $(LEVEL)/Makefile.rules

View File

@ -1,4 +1,5 @@
LEVEL = ../../../make LEVEL = ../../../make
CXX_SOURCES := main.cpp CXX_SOURCES := main.cpp
ENABLE_THREADS := YES
include $(LEVEL)/Makefile.rules include $(LEVEL)/Makefile.rules

View File

@ -1,4 +1,5 @@
LEVEL = ../../../make LEVEL = ../../../make
CXX_SOURCES := main.cpp CXX_SOURCES := main.cpp
ENABLE_THREADS := YES
include $(LEVEL)/Makefile.rules include $(LEVEL)/Makefile.rules

View File

@ -1,4 +1,5 @@
LEVEL = ../../../make LEVEL = ../../../make
CXX_SOURCES := main.cpp CXX_SOURCES := main.cpp
ENABLE_THREADS := YES
include $(LEVEL)/Makefile.rules include $(LEVEL)/Makefile.rules