X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FDebugInfo%2FCMakeLists.txt;h=4a6221d454a188ecd183b563a7229108562420f2;hb=0a230e0d985625a3909cb78fd867a3abaf434565;hp=441f1e86dcd8fdfa48acba740f97e744989535a4;hpb=d782bae970e888572f0458ac05369bbd7752f05a;p=oota-llvm.git diff --git a/lib/DebugInfo/CMakeLists.txt b/lib/DebugInfo/CMakeLists.txt index 441f1e86dcd..4a6221d454a 100644 --- a/lib/DebugInfo/CMakeLists.txt +++ b/lib/DebugInfo/CMakeLists.txt @@ -6,7 +6,10 @@ add_llvm_library(LLVMDebugInfo DWARFDebugAbbrev.cpp DWARFDebugArangeSet.cpp DWARFDebugAranges.cpp + DWARFDebugFrame.cpp DWARFDebugInfoEntry.cpp DWARFDebugLine.cpp + DWARFDebugLoc.cpp + DWARFDebugRangeList.cpp DWARFFormValue.cpp )