Removing spurious dependency of IPO on JumpInstrTables
[oota-llvm.git] / lib / DebugInfo / CMakeLists.txt
index 446b8d6b15f4c0be933b5185eed5e10eec6f2ed7..61a3fb066d115a0c05f9fcc48c7ecfaaed146b16 100644 (file)
@@ -1,13 +1,17 @@
-add_llvm_library(LLVMMC
+add_llvm_library(LLVMDebugInfo
   DIContext.cpp
   DWARFAbbreviationDeclaration.cpp
   DWARFCompileUnit.cpp
   DWARFContext.cpp
   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
   )