[Statepoints] Refactor GCRelocateOperands into an intrinsic wrapper. NFC.
[oota-llvm.git] / lib / DebugInfo / CMakeLists.txt
index 441f1e86dcd8fdfa48acba740f97e744989535a4..2c2848d1e5cca5698652f44886fce638da6d8029 100644 (file)
@@ -1,12 +1,4 @@
-add_llvm_library(LLVMDebugInfo
-  DIContext.cpp
-  DWARFAbbreviationDeclaration.cpp
-  DWARFCompileUnit.cpp
-  DWARFContext.cpp
-  DWARFDebugAbbrev.cpp
-  DWARFDebugArangeSet.cpp
-  DWARFDebugAranges.cpp
-  DWARFDebugInfoEntry.cpp
-  DWARFDebugLine.cpp
-  DWARFFormValue.cpp
-  )
+add_subdirectory(CodeView)
+add_subdirectory(DWARF)
+add_subdirectory(PDB)
+add_subdirectory(Symbolize)