[WebAssembly] Remove an unneeded static_cast.
[oota-llvm.git] / lib / DebugInfo / CMakeLists.txt
index e25d1499136461ff08efd324edc9077d8e154f09..86f0efe2226640f500aeeea5aff562ba32c45b79 100644 (file)
@@ -1,16 +1,3 @@
-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
-  DWARFUnit.cpp
-  )
+add_subdirectory(DWARF)
+add_subdirectory(PDB)
+add_subdirectory(Symbolize)