Fix cmake failure from moving files around.
authorBill Wendling <isanbard@gmail.com>
Thu, 28 Jun 2012 00:18:12 +0000 (00:18 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 28 Jun 2012 00:18:12 +0000 (00:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159314 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/CMakeLists.txt
lib/VMCore/CMakeLists.txt

index e8978a0aed7a05ac9c386faeaafb2a5d90352abd..2d6e5223d5f687398d48758e8d0373ab2027d334 100644 (file)
@@ -14,7 +14,6 @@ add_llvm_library(LLVMAnalysis
   ConstantFolding.cpp
   DIBuilder.cpp
   DbgInfoPrinter.cpp
-  DebugInfo.cpp
   DomPrinter.cpp
   DominanceFrontier.cpp
   IVUsers.cpp
index 7bcda157e453381b06fd6f20212a6787e3d8acb2..239bd6dcb1eae8bf7d68163fe5c4cbfb7dc0711d 100644 (file)
@@ -8,6 +8,7 @@ add_llvm_library(LLVMCore
   ConstantFold.cpp
   Constants.cpp
   Core.cpp
+  DebugInfo.cpp
   DebugLoc.cpp
   Dominators.cpp
   Function.cpp