svn commit: r262191 - projects/lldb-r201577/usr.bin/clang/lldb

Ed Maste emaste at FreeBSD.org
Tue Feb 18 20:25:03 UTC 2014


Author: emaste
Date: Tue Feb 18 20:25:02 2014
New Revision: 262191
URL: http://svnweb.freebsd.org/changeset/base/262191

Log:
  Update LLDB bmake build for r262187
  
  Sponsored by:	DARPA, AFRL

Modified:
  projects/lldb-r201577/usr.bin/clang/lldb/Makefile

Modified: projects/lldb-r201577/usr.bin/clang/lldb/Makefile
==============================================================================
--- projects/lldb-r201577/usr.bin/clang/lldb/Makefile	Tue Feb 18 20:16:32 2014	(r262190)
+++ projects/lldb-r201577/usr.bin/clang/lldb/Makefile	Tue Feb 18 20:25:02 2014	(r262191)
@@ -11,13 +11,13 @@ CXXFLAGS+=	-std=c++11
 
 SRCDIR=	tools/lldb/tools/driver
 SRCS=	Driver.cpp \
-	IOChannel.cpp
+	Platform.cpp
 
 lldb.1:
 	ln -fs ${LLDB_SRCS}/docs/lldb.1 ${.TARGET}
 
 DPADD=	${LIBEDIT} ${LIBCURSES} ${LIBEXECINFO}
-LDADD=	-ledit -lcurses -lexecinfo
+LDADD=	-lcurses -ledit -lexecinfo -lpanel
 
 LLDB_LIBS=\
 	lldb \
@@ -53,6 +53,7 @@ LLDB_LIBS=\
 	lldbPluginProcessGDBRemote \
 	lldbPluginProcessUtility \
 	lldbPluginProcessPOSIX \
+	lldbPluginProcessFreeBSD \
 	lldbPluginUnwindAssemblyInstEmulation \
 	lldbPluginUnwindAssemblyX86
 


More information about the svn-src-projects mailing list