blob: fdffcb6a77c60ab028fea3528ca84908fbc7e0b7 [file] [log] [blame]
Benjamin Kramercef8ee32011-09-13 19:49:53 +00001add_llvm_library(LLVMDebugInfo
Benjamin Krameraa2f78f2011-09-13 19:42:23 +00002 DIContext.cpp
3 DWARFAbbreviationDeclaration.cpp
4 DWARFCompileUnit.cpp
5 DWARFContext.cpp
6 DWARFDebugAbbrev.cpp
Benjamin Kramera6002fd2011-09-14 01:09:52 +00007 DWARFDebugArangeSet.cpp
8 DWARFDebugAranges.cpp
Benjamin Krameraa2f78f2011-09-13 19:42:23 +00009 DWARFDebugInfoEntry.cpp
Benjamin Kramer5acab502011-09-15 02:12:05 +000010 DWARFDebugLine.cpp
Benjamin Krameraa2f78f2011-09-13 19:42:23 +000011 DWARFFormValue.cpp
12 )
13
14add_llvm_library_dependencies(LLVMDebugInfo
15 LLVMSupport
16 )