From: Bill Wendling Date: Thu, 28 Jun 2012 00:18:12 +0000 (+0000) Subject: Fix cmake failure from moving files around. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0064851c0b35f05eb7cde367359ce78ded020c7f;p=oota-llvm.git Fix cmake failure from moving files around. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159314 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt index e8978a0aed7..2d6e5223d5f 100644 --- a/lib/Analysis/CMakeLists.txt +++ b/lib/Analysis/CMakeLists.txt @@ -14,7 +14,6 @@ add_llvm_library(LLVMAnalysis ConstantFolding.cpp DIBuilder.cpp DbgInfoPrinter.cpp - DebugInfo.cpp DomPrinter.cpp DominanceFrontier.cpp IVUsers.cpp diff --git a/lib/VMCore/CMakeLists.txt b/lib/VMCore/CMakeLists.txt index 7bcda157e45..239bd6dcb1e 100644 --- a/lib/VMCore/CMakeLists.txt +++ b/lib/VMCore/CMakeLists.txt @@ -8,6 +8,7 @@ add_llvm_library(LLVMCore ConstantFold.cpp Constants.cpp Core.cpp + DebugInfo.cpp DebugLoc.cpp Dominators.cpp Function.cpp