summaryrefslogtreecommitdiffstats
path: root/usr.bin/clang
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-02-18 20:25:02 +0000
committeremaste <emaste@FreeBSD.org>2014-02-18 20:25:02 +0000
commit503d40919dee5f8742c841da058f5f9d2a97751c (patch)
treea787e5a70c556db06768a5abf8376c4a3b5dff0e /usr.bin/clang
parent5b307017f305197e1b7d42fec1a3ce81a28b056d (diff)
downloadFreeBSD-src-503d40919dee5f8742c841da058f5f9d2a97751c.zip
FreeBSD-src-503d40919dee5f8742c841da058f5f9d2a97751c.tar.gz
Update LLDB bmake build for r262187
Sponsored by: DARPA, AFRL
Diffstat (limited to 'usr.bin/clang')
-rw-r--r--usr.bin/clang/lldb/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/clang/lldb/Makefile b/usr.bin/clang/lldb/Makefile
index bde2bcf..95bb0f1 100644
--- a/usr.bin/clang/lldb/Makefile
+++ b/usr.bin/clang/lldb/Makefile
@@ -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
OpenPOWER on IntegriCloud