summaryrefslogtreecommitdiffstats
path: root/usr.bin/clang
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2014-02-26 22:26:40 +0000
committerdim <dim@FreeBSD.org>2014-02-26 22:26:40 +0000
commit09b56e694e5d4e67943f0d9c4668282053726b9f (patch)
treec09cd2cd8b06020ff76cb9b8f704cb7490621bcd /usr.bin/clang
parent7d9059111716cc2ad4ad6f2782a9a03edcd2a81f (diff)
parent6765240e8d836b50e2135e928456ed8923b220ad (diff)
downloadFreeBSD-src-09b56e694e5d4e67943f0d9c4668282053726b9f.zip
FreeBSD-src-09b56e694e5d4e67943f0d9c4668282053726b9f.tar.gz
Merge from head up to r262536.
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