X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FDebugInfo%2FCMakeLists.txt;h=61a3fb066d115a0c05f9fcc48c7ecfaaed146b16;hb=8841fb5f25d959dd938b4a523f2c1672fa49bdbd;hp=1e9e509fd2a10c471b422dc95493350b1df00286;hpb=07071c1c7559b52591190dbe74f2fa13ddea03be;p=oota-llvm.git diff --git a/lib/DebugInfo/CMakeLists.txt b/lib/DebugInfo/CMakeLists.txt index 1e9e509fd2a..61a3fb066d1 100644 --- a/lib/DebugInfo/CMakeLists.txt +++ b/lib/DebugInfo/CMakeLists.txt @@ -6,8 +6,12 @@ add_llvm_library(LLVMDebugInfo DWARFDebugAbbrev.cpp DWARFDebugArangeSet.cpp DWARFDebugAranges.cpp + DWARFDebugFrame.cpp DWARFDebugInfoEntry.cpp DWARFDebugLine.cpp + DWARFDebugLoc.cpp DWARFDebugRangeList.cpp DWARFFormValue.cpp + DWARFTypeUnit.cpp + DWARFUnit.cpp )