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
 


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to