X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FDebugInfo%2FCMakeLists.txt;h=fdffcb6a77c60ab028fea3528ca84908fbc7e0b7;hb=97dc60b7598b8c99dece639db9e639afac44362a;hp=446b8d6b15f4c0be933b5185eed5e10eec6f2ed7;hpb=72c0d7fdd3d0930c7507060e96aec7d7429a8190;p=oota-llvm.git diff --git a/lib/DebugInfo/CMakeLists.txt b/lib/DebugInfo/CMakeLists.txt index 446b8d6b15f..fdffcb6a77c 100644 --- a/lib/DebugInfo/CMakeLists.txt +++ b/lib/DebugInfo/CMakeLists.txt @@ -1,10 +1,13 @@ -add_llvm_library(LLVMMC +add_llvm_library(LLVMDebugInfo DIContext.cpp DWARFAbbreviationDeclaration.cpp DWARFCompileUnit.cpp DWARFContext.cpp DWARFDebugAbbrev.cpp + DWARFDebugArangeSet.cpp + DWARFDebugAranges.cpp DWARFDebugInfoEntry.cpp + DWARFDebugLine.cpp DWARFFormValue.cpp )