blob: e97455abace283f661e80f76b415e77262e09919 [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
Eli Benderskyaece14c2013-02-05 23:37:18 +00009 DWARFDebugFrame.cpp
Benjamin Krameraa2f78f2011-09-13 19:42:23 +000010 DWARFDebugInfoEntry.cpp
Benjamin Kramer5acab502011-09-15 02:12:05 +000011 DWARFDebugLine.cpp
Alexey Samsonovb4c95da2012-08-27 07:24:43 +000012 DWARFDebugRangeList.cpp
Benjamin Krameraa2f78f2011-09-13 19:42:23 +000013 DWARFFormValue.cpp
14 )