DWARF: Port support for parsing .debug_aranges section from LLDB and wire it up to...
[oota-llvm.git] / lib / DebugInfo / CMakeLists.txt
1 add_llvm_library(LLVMDebugInfo
2   DIContext.cpp
3   DWARFAbbreviationDeclaration.cpp
4   DWARFCompileUnit.cpp
5   DWARFContext.cpp
6   DWARFDebugAbbrev.cpp
7   DWARFDebugArangeSet.cpp
8   DWARFDebugAranges.cpp
9   DWARFDebugInfoEntry.cpp
10   DWARFFormValue.cpp
11   )
12
13 add_llvm_library_dependencies(LLVMDebugInfo
14   LLVMSupport
15   )