summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/thread
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2014-01-17 00:48:11 +0000
committerEd Maste <emaste@freebsd.org>2014-01-17 00:48:11 +0000
commit1318b854a496fb739ee050f8953405a41547b7db (patch)
tree1919afa7f5428c70f66c4f2c177966bd1d0b4bc0 /lldb/test/functionalities/thread
parentd9b5ee82675d6024b08fca3bdfb92f736ffd86d1 (diff)
downloadbcm5719-llvm-1318b854a496fb739ee050f8953405a41547b7db.tar.gz
bcm5719-llvm-1318b854a496fb739ee050f8953405a41547b7db.zip
Link thread-specific breakpoint test against libpthread
llvm-svn: 199448
Diffstat (limited to 'lldb/test/functionalities/thread')
-rw-r--r--lldb/test/functionalities/thread/thread_specific_break/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/thread/thread_specific_break/Makefile b/lldb/test/functionalities/thread/thread_specific_break/Makefile
index 332ca7c619c..29c27203c76 100644
--- a/lldb/test/functionalities/thread/thread_specific_break/Makefile
+++ b/lldb/test/functionalities/thread/thread_specific_break/Makefile
@@ -1,5 +1,6 @@
LEVEL = ../../../make
+LD_EXTRAS := -lpthread
C_SOURCES := main.c
LD_EXTRAS := -lpthread
OpenPOWER on IntegriCloud