diff options
author | dim <dim@FreeBSD.org> | 2015-05-30 15:39:49 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2015-05-30 15:39:49 +0000 |
commit | 8f5245e1debfaa6f624a937a5820ec2c597e6c2a (patch) | |
tree | bdd3ab6f4e32c6f68c77842e797b61f509ecd988 /lib/clang/libllvmdebuginfodwarf | |
parent | 3cd22c5584a700a2036b948ef96ae41bbd233bb6 (diff) | |
download | FreeBSD-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/Makefile | 25 |
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" |