From: Eli Bendersky Date: Tue, 5 Feb 2013 23:37:18 +0000 (+0000) Subject: Add missing file to CMake list X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7743232775d2fe12f3152fe955218dc1fc97a497;p=oota-llvm.git Add missing file to CMake list git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174465 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/DebugInfo/CMakeLists.txt b/lib/DebugInfo/CMakeLists.txt index 1e9e509fd2a..e97455abace 100644 --- a/lib/DebugInfo/CMakeLists.txt +++ b/lib/DebugInfo/CMakeLists.txt @@ -6,6 +6,7 @@ add_llvm_library(LLVMDebugInfo DWARFDebugAbbrev.cpp DWARFDebugArangeSet.cpp DWARFDebugAranges.cpp + DWARFDebugFrame.cpp DWARFDebugInfoEntry.cpp DWARFDebugLine.cpp DWARFDebugRangeList.cpp