2011-09-14 03:49:53 +08:00
|
|
|
add_llvm_library(LLVMDebugInfo
|
2011-09-14 03:42:23 +08:00
|
|
|
DIContext.cpp
|
|
|
|
DWARFAbbreviationDeclaration.cpp
|
|
|
|
DWARFCompileUnit.cpp
|
|
|
|
DWARFContext.cpp
|
|
|
|
DWARFDebugAbbrev.cpp
|
2011-09-14 09:09:52 +08:00
|
|
|
DWARFDebugArangeSet.cpp
|
|
|
|
DWARFDebugAranges.cpp
|
2011-09-14 03:42:23 +08:00
|
|
|
DWARFDebugInfoEntry.cpp
|
2011-09-15 10:12:05 +08:00
|
|
|
DWARFDebugLine.cpp
|
2011-09-14 03:42:23 +08:00
|
|
|
DWARFFormValue.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
add_llvm_library_dependencies(LLVMDebugInfo
|
|
|
|
LLVMSupport
|
|
|
|
)
|