X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FDebugInfo%2FCMakeLists.txt;h=61a3fb066d115a0c05f9fcc48c7ecfaaed146b16;hb=25529b337f75a4b9b174592e2c95136e781bd824;hp=4a6221d454a188ecd183b563a7229108562420f2;hpb=3df7d2f70bb316ebeec8a8c862b3da5386fbb145;p=oota-llvm.git diff --git a/lib/DebugInfo/CMakeLists.txt b/lib/DebugInfo/CMakeLists.txt index 4a6221d454a..61a3fb066d1 100644 --- a/lib/DebugInfo/CMakeLists.txt +++ b/lib/DebugInfo/CMakeLists.txt @@ -12,4 +12,6 @@ add_llvm_library(LLVMDebugInfo DWARFDebugLoc.cpp DWARFDebugRangeList.cpp DWARFFormValue.cpp + DWARFTypeUnit.cpp + DWARFUnit.cpp )