summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmdebuginfodwarf
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2015-05-30 15:39:49 +0000
committerdim <dim@FreeBSD.org>2015-05-30 15:39:49 +0000
commit8f5245e1debfaa6f624a937a5820ec2c597e6c2a (patch)
treebdd3ab6f4e32c6f68c77842e797b61f509ecd988 /lib/clang/libllvmdebuginfodwarf
parent3cd22c5584a700a2036b948ef96ae41bbd233bb6 (diff)
downloadFreeBSD-src-8f5245e1debfaa6f624a937a5820ec2c597e6c2a.zip
FreeBSD-src-8f5245e1debfaa6f624a937a5820ec2c597e6c2a.tar.gz
Update Makefiles and other build glue for llvm/clang 3.7.0, as of trunk
r238337.
Diffstat (limited to 'lib/clang/libllvmdebuginfodwarf')
-rw-r--r--lib/clang/libllvmdebuginfodwarf/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/clang/libllvmdebuginfodwarf/Makefile b/lib/clang/libllvmdebuginfodwarf/Makefile
new file mode 100644
index 0000000..5f52f33
--- /dev/null
+++ b/lib/clang/libllvmdebuginfodwarf/Makefile
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+.include <src.opts.mk>
+
+LIB= llvmdebuginfodwarf
+
+SRCDIR= lib/DebugInfo/DWARF
+SRCS= DWARFAbbreviationDeclaration.cpp \
+ DWARFAcceleratorTable.cpp \
+ DWARFCompileUnit.cpp \
+ DWARFContext.cpp \
+ DWARFDebugAbbrev.cpp \
+ DWARFDebugArangeSet.cpp \
+ DWARFDebugAranges.cpp \
+ DWARFDebugFrame.cpp \
+ DWARFDebugInfoEntry.cpp \
+ DWARFDebugLine.cpp \
+ DWARFDebugLoc.cpp \
+ DWARFDebugRangeList.cpp \
+ DWARFFormValue.cpp \
+ DWARFTypeUnit.cpp \
+ DWARFUnit.cpp \
+ SyntaxHighlighting.cpp
+
+.include "../clang.lib.mk"
OpenPOWER on IntegriCloud