Removing spurious dependency of IPO on JumpInstrTables
[oota-llvm.git] / lib / DebugInfo / CMakeLists.txt
index 1e9e509fd2a10c471b422dc95493350b1df00286..61a3fb066d115a0c05f9fcc48c7ecfaaed146b16 100644 (file)
@@ -6,8 +6,12 @@ add_llvm_library(LLVMDebugInfo
   DWARFDebugAbbrev.cpp
   DWARFDebugArangeSet.cpp
   DWARFDebugAranges.cpp
+  DWARFDebugFrame.cpp
   DWARFDebugInfoEntry.cpp
   DWARFDebugLine.cpp
+  DWARFDebugLoc.cpp
   DWARFDebugRangeList.cpp
   DWARFFormValue.cpp
+  DWARFTypeUnit.cpp
+  DWARFUnit.cpp
   )