X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FDebugInfo%2FCMakeLists.txt;h=2c2848d1e5cca5698652f44886fce638da6d8029;hp=81fc84d4a80522ba25c3c420c968ef8e6bc2fc2e;hb=d9750d38e1af417c1afaed440fcba6bc068a529c;hpb=931e22fd7c11cefa6f3380e8da7c6176eb54a846 diff --git a/lib/DebugInfo/CMakeLists.txt b/lib/DebugInfo/CMakeLists.txt index 81fc84d4a80..2c2848d1e5c 100644 --- a/lib/DebugInfo/CMakeLists.txt +++ b/lib/DebugInfo/CMakeLists.txt @@ -1,18 +1,4 @@ -add_llvm_library(LLVMDebugInfo - DIContext.cpp - DWARFAbbreviationDeclaration.cpp - DWARFAcceleratorTable.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)