X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FDebugInfo%2FCMakeLists.txt;h=645d92fef228be56e27719249a23ed49b4d3294b;hb=75af6938b24f1fd6c2db9f52d5b1fdc3164dcfc2;hp=e97455abace283f661e80f76b415e77262e09919;hpb=7743232775d2fe12f3152fe955218dc1fc97a497;p=oota-llvm.git diff --git a/lib/DebugInfo/CMakeLists.txt b/lib/DebugInfo/CMakeLists.txt index e97455abace..645d92fef22 100644 --- a/lib/DebugInfo/CMakeLists.txt +++ b/lib/DebugInfo/CMakeLists.txt @@ -1,14 +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 - DWARFDebugRangeList.cpp - DWARFFormValue.cpp - ) + +add_subdirectory(DWARF) +add_subdirectory(PDB) +