[Lldb-commits] [lldb] r199448 - Link thread-specific breakpoint test against libpthread
Ed Maste
emaste at freebsd.org
Thu Jan 16 16:48:11 PST 2014
Author: emaste
Date: Thu Jan 16 18:48:11 2014
New Revision: 199448
URL: http://llvm.org/viewvc/llvm-project?rev=199448&view=rev
Log:
Link thread-specific breakpoint test against libpthread
Modified:
lldb/trunk/test/functionalities/thread/thread_specific_break/Makefile
Modified: lldb/trunk/test/functionalities/thread/thread_specific_break/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/thread/thread_specific_break/Makefile?rev=199448&r1=199447&r2=199448&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/thread/thread_specific_break/Makefile (original)
+++ lldb/trunk/test/functionalities/thread/thread_specific_break/Makefile Thu Jan 16 18:48:11 2014
@@ -1,5 +1,6 @@
LEVEL = ../../../make
+LD_EXTRAS := -lpthread
C_SOURCES := main.c
LD_EXTRAS := -lpthread
More information about the lldb-commits
mailing list