[Lldb-commits] [lldb] r199449 - Undo r199448, already implemented in r199426

Ed Maste emaste at freebsd.org
Thu Jan 16 16:53:01 PST 2014


Author: emaste
Date: Thu Jan 16 18:53:01 2014
New Revision: 199449

URL: http://llvm.org/viewvc/llvm-project?rev=199449&view=rev
Log:
Undo r199448, already implemented in r199426


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=199449&r1=199448&r2=199449&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:53:01 2014
@@ -1,6 +1,5 @@
 LEVEL = ../../../make
 
-LD_EXTRAS := -lpthread
 C_SOURCES := main.c
 LD_EXTRAS := -lpthread
 





More information about the lldb-commits mailing list