summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CMakeLists.txt
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-09-23 22:44:40 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-09-23 22:44:40 +0000
commit07e22449a3d3deb7c0e4f73a88d14bd3336fa24c (patch)
tree05563feef35fb8370787cbbba41a7b861b7cf69e /llvm/lib/DebugInfo/CMakeLists.txt
parent5c59ab7f3dd19bf1590b5da4245d839b757d554f (diff)
downloadbcm5719-llvm-07e22449a3d3deb7c0e4f73a88d14bd3336fa24c.tar.gz
bcm5719-llvm-07e22449a3d3deb7c0e4f73a88d14bd3336fa24c.zip
Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the coming DWARFTypeUnit.
llvm-svn: 191233
Diffstat (limited to 'llvm/lib/DebugInfo/CMakeLists.txt')
-rw-r--r--llvm/lib/DebugInfo/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/DebugInfo/CMakeLists.txt b/llvm/lib/DebugInfo/CMakeLists.txt
index 4a6221d454a..e25d1499136 100644
--- a/llvm/lib/DebugInfo/CMakeLists.txt
+++ b/llvm/lib/DebugInfo/CMakeLists.txt
@@ -12,4 +12,5 @@ add_llvm_library(LLVMDebugInfo
DWARFDebugLoc.cpp
DWARFDebugRangeList.cpp
DWARFFormValue.cpp
+ DWARFUnit.cpp
)
OpenPOWER on IntegriCloud