blob: 441f1e86dcd8fdfa48acba740f97e744989535a4 [file] [log] [blame]
Benjamin Kramer8a23a772011-09-13 19:49:53 +00001add_llvm_library(LLVMDebugInfo
Benjamin Kramer72c0d7f2011-09-13 19:42:23 +00002 DIContext.cpp
3 DWARFAbbreviationDeclaration.cpp
4 DWARFCompileUnit.cpp
5 DWARFContext.cpp
6 DWARFDebugAbbrev.cpp
Benjamin Kramer358f4fd2011-09-14 01:09:52 +00007 DWARFDebugArangeSet.cpp
8 DWARFDebugAranges.cpp
Benjamin Kramer72c0d7f2011-09-13 19:42:23 +00009 DWARFDebugInfoEntry.cpp
Benjamin Kramerb848e972011-09-15 02:12:05 +000010 DWARFDebugLine.cpp
Benjamin Kramer72c0d7f2011-09-13 19:42:23 +000011 DWARFFormValue.cpp
12 )