summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Bendersky <eliben@google.com>2013-02-05 23:37:18 +0000
committerEli Bendersky <eliben@google.com>2013-02-05 23:37:18 +0000
commit7743232775d2fe12f3152fe955218dc1fc97a497 (patch)
tree8ba21f81bf8b49b86716477e77c1f4aca8f05b21
parent61b057a6fd259888101c106c60e145c0dee89add (diff)
downloadllvm-7743232775d2fe12f3152fe955218dc1fc97a497.tar.gz
llvm-7743232775d2fe12f3152fe955218dc1fc97a497.tar.bz2
llvm-7743232775d2fe12f3152fe955218dc1fc97a497.tar.xz
Add missing file to CMake list
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174465 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/DebugInfo/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/DebugInfo/CMakeLists.txt b/lib/DebugInfo/CMakeLists.txt
index 1e9e509fd2..e97455abac 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