DWARF: Port support for parsing .debug_aranges section from LLDB and wire it up to...
[oota-llvm.git] / lib / DebugInfo / CMakeLists.txt
index 73e5897e719e4039db737bea1fafdcc9a69d2a9d..91d20dd70cf71ad977e8c8cf4bd2e205743bb682 100644 (file)
@@ -4,6 +4,8 @@ add_llvm_library(LLVMDebugInfo
   DWARFCompileUnit.cpp
   DWARFContext.cpp
   DWARFDebugAbbrev.cpp
+  DWARFDebugArangeSet.cpp
+  DWARFDebugAranges.cpp
   DWARFDebugInfoEntry.cpp
   DWARFFormValue.cpp
   )