X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FDebugInfo%2FCMakeLists.txt;h=2c2848d1e5cca5698652f44886fce638da6d8029;hb=131d76722983cb030c392bcb50bba940e98ea0c6;hp=61a3fb066d115a0c05f9fcc48c7ecfaaed146b16;hpb=438f5391b2d502a132a4a20469e9e56305b221a4;p=oota-llvm.git diff --git a/lib/DebugInfo/CMakeLists.txt b/lib/DebugInfo/CMakeLists.txt index 61a3fb066d1..2c2848d1e5c 100644 --- a/lib/DebugInfo/CMakeLists.txt +++ b/lib/DebugInfo/CMakeLists.txt @@ -1,17 +1,4 @@ -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 - DWARFTypeUnit.cpp - DWARFUnit.cpp - ) +add_subdirectory(CodeView) +add_subdirectory(DWARF) +add_subdirectory(PDB) +add_subdirectory(Symbolize)