summaryrefslogtreecommitdiffstats
path: root/lib/clang/liblldbHostPOSIX/Makefile
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-02-08 17:26:41 +0000
committeremaste <emaste@FreeBSD.org>2015-02-08 17:26:41 +0000
commit0a0889c380877205a5983168ab5f2bdb044e18f4 (patch)
tree69a51e70661c25dfba371c4c05a71caf642c0bdb /lib/clang/liblldbHostPOSIX/Makefile
parentd0b639aedf54d9c22d4bad7c263d01fa08e262cf (diff)
downloadFreeBSD-src-0a0889c380877205a5983168ab5f2bdb044e18f4.zip
FreeBSD-src-0a0889c380877205a5983168ab5f2bdb044e18f4.tar.gz
Update FreeBSD LLDB build for 3.6 update
Sponsored by: DARPA, AFRL
Diffstat (limited to 'lib/clang/liblldbHostPOSIX/Makefile')
-rw-r--r--lib/clang/liblldbHostPOSIX/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/clang/liblldbHostPOSIX/Makefile b/lib/clang/liblldbHostPOSIX/Makefile
index 38c879e..6fe660a 100644
--- a/lib/clang/liblldbHostPOSIX/Makefile
+++ b/lib/clang/liblldbHostPOSIX/Makefile
@@ -5,8 +5,12 @@
LIB= lldbHostPOSIX
SRCDIR= tools/lldb/source/Host/posix
-SRCS= FileSystem.cpp \
+SRCS= ConnectionFileDescriptorPosix.cpp \
+ FileSystem.cpp \
HostInfoPosix.cpp \
- HostProcessPosix.cpp
+ HostProcessPosix.cpp \
+ HostThreadPosix.cpp \
+ PipePosix.cpp \
+ ProcessLauncherPosix.cpp
.include "../lldb.lib.mk"
OpenPOWER on IntegriCloud