X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FDebugInfo%2FCMakeLists.txt;h=61a3fb066d115a0c05f9fcc48c7ecfaaed146b16;hb=f759032ccd3709dcd7362b0ed51760ee4e47025a;hp=73e5897e719e4039db737bea1fafdcc9a69d2a9d;hpb=8a23a77a54a8ab87acb1cc8c9dbed73d6f0330a9;p=oota-llvm.git diff --git a/lib/DebugInfo/CMakeLists.txt b/lib/DebugInfo/CMakeLists.txt index 73e5897e719..61a3fb066d1 100644 --- a/lib/DebugInfo/CMakeLists.txt +++ b/lib/DebugInfo/CMakeLists.txt @@ -4,10 +4,14 @@ add_llvm_library(LLVMDebugInfo DWARFCompileUnit.cpp DWARFContext.cpp DWARFDebugAbbrev.cpp + DWARFDebugArangeSet.cpp + DWARFDebugAranges.cpp + DWARFDebugFrame.cpp DWARFDebugInfoEntry.cpp + DWARFDebugLine.cpp + DWARFDebugLoc.cpp + DWARFDebugRangeList.cpp DWARFFormValue.cpp - ) - -add_llvm_library_dependencies(LLVMDebugInfo - LLVMSupport + DWARFTypeUnit.cpp + DWARFUnit.cpp )