aboutsummaryrefslogtreecommitdiff
path: root/lib/clang/liblldbPluginObjectContainerBSDArchive
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2013-09-20 01:52:02 +0000
committerEd Maste <emaste@FreeBSD.org>2013-09-20 01:52:02 +0000
commite8f1392d95e8a8147a7b28f7da7f8d0b37e2cd69 (patch)
tree03c4639d8dd72b5865e528b3705c2061add52e92 /lib/clang/liblldbPluginObjectContainerBSDArchive
parent34ff737fae87dd5109f52a95e5b654c3aee025bc (diff)
downloadsrc-e8f1392d95e8a8147a7b28f7da7f8d0b37e2cd69.tar.gz
src-e8f1392d95e8a8147a7b28f7da7f8d0b37e2cd69.zip
Add LLDB bmake infrastructure
This connects LLDB to the build, but it is disabled by default. Add WITH_LLDB= to src.conf to build it. Note that LLDB requires a C++11 compiler so is disabled on platforms using GCC. Approved by: re (gjb) Sponsored by: DARPA, AFRL
Notes
Notes: svn path=/head/; revision=255722
Diffstat (limited to 'lib/clang/liblldbPluginObjectContainerBSDArchive')
-rw-r--r--lib/clang/liblldbPluginObjectContainerBSDArchive/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/clang/liblldbPluginObjectContainerBSDArchive/Makefile b/lib/clang/liblldbPluginObjectContainerBSDArchive/Makefile
new file mode 100644
index 000000000000..1d335826aa7c
--- /dev/null
+++ b/lib/clang/liblldbPluginObjectContainerBSDArchive/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+.include <bsd.own.mk>
+
+LIB= lldbPluginObjectContainerBSDArchive
+
+SRCDIR= tools/lldb/source/Plugins/ObjectContainer/BSD-Archive
+SRCS= ObjectContainerBSDArchive.cpp
+
+TGHDRS= DiagnosticCommonKinds \
+ DeclNodes \
+ StmtNodes \
+ CommentCommandList
+
+.include "../lldb.lib.mk"