Match X86ISD::FSETCCsd and X86ISD::FSETCCss while in AVX mode. This fix
[oota-llvm.git] / lib / DebugInfo / CMakeLists.txt
index 446b8d6b15f4c0be933b5185eed5e10eec6f2ed7..fdffcb6a77c60ab028fea3528ca84908fbc7e0b7 100644 (file)
@@ -1,10 +1,13 @@
-add_llvm_library(LLVMMC
+add_llvm_library(LLVMDebugInfo
   DIContext.cpp
   DWARFAbbreviationDeclaration.cpp
   DWARFCompileUnit.cpp
   DWARFContext.cpp
   DWARFDebugAbbrev.cpp
+  DWARFDebugArangeSet.cpp
+  DWARFDebugAranges.cpp
   DWARFDebugInfoEntry.cpp
+  DWARFDebugLine.cpp
   DWARFFormValue.cpp
   )