[DAG] Refactor the shuffle combining logic in DAGCombiner. NFC.
[oota-llvm.git] / lib / DebugInfo / CMakeLists.txt
index 91d20dd70cf71ad977e8c8cf4bd2e205743bb682..81fc84d4a80522ba25c3c420c968ef8e6bc2fc2e 100644 (file)
@@ -1,15 +1,18 @@
 add_llvm_library(LLVMDebugInfo
   DIContext.cpp
   DWARFAbbreviationDeclaration.cpp
+  DWARFAcceleratorTable.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
   )