IR: Fix ConstantExpr::replaceUsesOfWithOnConstant()
[oota-llvm.git] / lib / DebugInfo / CMakeLists.txt
index 91d20dd70cf71ad977e8c8cf4bd2e205743bb682..61a3fb066d115a0c05f9fcc48c7ecfaaed146b16 100644 (file)
@@ -6,10 +6,12 @@ add_llvm_library(LLVMDebugInfo
   DWARFDebugAbbrev.cpp
   DWARFDebugArangeSet.cpp
   DWARFDebugAranges.cpp
+  DWARFDebugFrame.cpp
   DWARFDebugInfoEntry.cpp
+  DWARFDebugLine.cpp
+  DWARFDebugLoc.cpp
+  DWARFDebugRangeList.cpp
   DWARFFormValue.cpp
-  )
-
-add_llvm_library_dependencies(LLVMDebugInfo
-  LLVMSupport
+  DWARFTypeUnit.cpp
+  DWARFUnit.cpp
   )