Don't assert if we can't constant fold extract/insertvalue
[oota-llvm.git] / lib / DebugInfo / CMakeLists.txt
index 73e5897e719e4039db737bea1fafdcc9a69d2a9d..4a6221d454a188ecd183b563a7229108562420f2 100644 (file)
@@ -4,10 +4,12 @@ add_llvm_library(LLVMDebugInfo
   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
-  )