From 51ba585f88949f7d515cf6be9c32aa678838a67c Mon Sep 17 00:00:00 2001 From: emaste Date: Fri, 20 Sep 2013 01:52:02 +0000 Subject: 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 --- lib/clang/liblldbPluginUnwindAssemblyX86/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lib/clang/liblldbPluginUnwindAssemblyX86/Makefile (limited to 'lib/clang/liblldbPluginUnwindAssemblyX86') diff --git a/lib/clang/liblldbPluginUnwindAssemblyX86/Makefile b/lib/clang/liblldbPluginUnwindAssemblyX86/Makefile new file mode 100644 index 0000000..1e75536 --- /dev/null +++ b/lib/clang/liblldbPluginUnwindAssemblyX86/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.include + +LIB= lldbPluginUnwindAssemblyX86 + +SRCDIR= tools/lldb/source/Plugins/UnwindAssembly/x86 +SRCS= UnwindAssembly-x86.cpp + +TGHDRS= DiagnosticCommonKinds \ + DeclNodes \ + StmtNodes \ + CommentCommandList + +.include "../lldb.lib.mk" -- cgit v1.1