summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/stop-hook
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2012-11-08 23:50:33 +0000
committerJason Molenda <jmolenda@apple.com>2012-11-08 23:50:33 +0000
commit28826a491cbe74651c8da237ea1883ff835912ae (patch)
tree62de5552c08dbf1f989d561157b8abaa41b99a1d /lldb/test/functionalities/stop-hook
parent7d37f05a4447c83f29876a6e3515250cafe13c0e (diff)
downloadbcm5719-llvm-28826a491cbe74651c8da237ea1883ff835912ae.tar.gz
bcm5719-llvm-28826a491cbe74651c8da237ea1883ff835912ae.zip
Patch from Dan Malea daniel.malea@gmail.com to add some required
flags to the Linux makefiles to get the tests to run. llvm-svn: 167600
Diffstat (limited to 'lldb/test/functionalities/stop-hook')
-rw-r--r--lldb/test/functionalities/stop-hook/multiple_threads/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/stop-hook/multiple_threads/Makefile b/lldb/test/functionalities/stop-hook/multiple_threads/Makefile
index 314f1cb2f07..ecf078b3a16 100644
--- a/lldb/test/functionalities/stop-hook/multiple_threads/Makefile
+++ b/lldb/test/functionalities/stop-hook/multiple_threads/Makefile
@@ -1,5 +1,6 @@
LEVEL = ../../../make
+LDFLAGS := -lpthread
CXX_SOURCES := main.cpp
include $(LEVEL)/Makefile.rules
OpenPOWER on IntegriCloud