[llvm] r174465 - Add missing file to CMake list

Eli Bendersky eliben at google.com
Tue Feb 5 15:37:18 PST 2013


Author: eliben
Date: Tue Feb  5 17:37:18 2013
New Revision: 174465

URL: http://llvm.org/viewvc/llvm-project?rev=174465&view=rev
Log:
Add missing file to CMake list

Modified:
    llvm/trunk/lib/DebugInfo/CMakeLists.txt

Modified: llvm/trunk/lib/DebugInfo/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/DebugInfo/CMakeLists.txt?rev=174465&r1=174464&r2=174465&view=diff
==============================================================================
--- llvm/trunk/lib/DebugInfo/CMakeLists.txt (original)
+++ llvm/trunk/lib/DebugInfo/CMakeLists.txt Tue Feb  5 17:37:18 2013
@@ -6,6 +6,7 @@ add_llvm_library(LLVMDebugInfo
   DWARFDebugAbbrev.cpp
   DWARFDebugArangeSet.cpp
   DWARFDebugAranges.cpp
+  DWARFDebugFrame.cpp
   DWARFDebugInfoEntry.cpp
   DWARFDebugLine.cpp
   DWARFDebugRangeList.cpp





More information about the llvm-commits mailing list