From: Chris Lattner Date: Thu, 1 Apr 2010 01:02:19 +0000 (+0000) Subject: update cmakefile. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4e5f38ec6ba730de87b87c8f8387209238f2609e;p=oota-llvm.git update cmakefile. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100074 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/CMakeLists.txt b/lib/VMCore/CMakeLists.txt index 448d8fb77f0..c64564b8a1e 100644 --- a/lib/VMCore/CMakeLists.txt +++ b/lib/VMCore/CMakeLists.txt @@ -6,6 +6,7 @@ add_llvm_library(LLVMCore ConstantFold.cpp Constants.cpp Core.cpp + DebugLoc.cpp Dominators.cpp Function.cpp GVMaterializer.cpp