summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2014-10-02 19:15:00 +0000
committerEd Maste <emaste@freebsd.org>2014-10-02 19:15:00 +0000
commitee7902d3b239aae0507e055369768caa2eef6bcb (patch)
tree9cff264f95a45b414990f629d814574de1b3c973
parent8f7e7f73ea54414d86acaf1cf37ea8a1c3d28cec (diff)
downloadbcm5719-llvm-ee7902d3b239aae0507e055369768caa2eef6bcb.tar.gz
bcm5719-llvm-ee7902d3b239aae0507e055369768caa2eef6bcb.zip
Add ENABLE_THREADS for these threaded tests
On at least FreeBSD linking with -lpthread is needed for std::thread. llvm-svn: 218899
-rw-r--r--lldb/test/api/multiple-debuggers/Makefile1
-rw-r--r--lldb/test/api/multithreaded/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/api/multiple-debuggers/Makefile b/lldb/test/api/multiple-debuggers/Makefile
index a64bab717f7..08f8850e3e8 100644
--- a/lldb/test/api/multiple-debuggers/Makefile
+++ b/lldb/test/api/multiple-debuggers/Makefile
@@ -2,6 +2,7 @@ LEVEL = ../../make
MAKE_DSYM := NO
+ENABLE_THREADS := YES
CXX_SOURCES := multi-process-driver.cpp testprog.cpp
include $(LEVEL)/Makefile.rules
diff --git a/lldb/test/api/multithreaded/Makefile b/lldb/test/api/multithreaded/Makefile
index 6a87edf485b..09374d3669a 100644
--- a/lldb/test/api/multithreaded/Makefile
+++ b/lldb/test/api/multithreaded/Makefile
@@ -1,5 +1,6 @@
LEVEL = ../../make
+ENABLE_THREADS := YES
CXX_SOURCES := main.cpp
include $(LEVEL)/Makefile.rules
OpenPOWER on IntegriCloud