blob: 91d20dd70cf71ad977e8c8cf4bd2e205743bb682 [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
10 DWARFFormValue.cpp
11 )
12
13add_llvm_library_dependencies(LLVMDebugInfo
14 LLVMSupport
15 )