From e21e8f78856cdfac24d3cf337340bb0ba2e6e2fd Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 29 Sep 2013 12:11:59 +0000 Subject: Hook up initial build infrastructure for LLDB. Update LLVM/Clang snapshot to r191390 for some required changed. Re-enable static analyzer in Clang. --- .../bsd/llvm/lib/liblldbPluginObjectFileMachO/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 external/bsd/llvm/lib/liblldbPluginObjectFileMachO/Makefile (limited to 'external/bsd/llvm/lib/liblldbPluginObjectFileMachO') diff --git a/external/bsd/llvm/lib/liblldbPluginObjectFileMachO/Makefile b/external/bsd/llvm/lib/liblldbPluginObjectFileMachO/Makefile new file mode 100644 index 00000000000..0a77672bf7e --- /dev/null +++ b/external/bsd/llvm/lib/liblldbPluginObjectFileMachO/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2013/09/29 12:12:01 joerg Exp $ + +LIB= lldbPluginObjectFileMachO + +.include + +.PATH: ${LLDB_SRCDIR}/source/Plugins/ObjectFile/Mach-O + +SRCS+= ObjectFileMachO.cpp + +.if defined(HOSTLIB) +.include +.else +.include +.endif -- cgit