From 1a3b28b97f44dc9dc4970cfd182b8a725b09f135 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 29 Jun 2012 09:01:47 +0000 Subject: [PATCH] Update the CMake files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159417 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/CMakeLists.txt | 1 - lib/VMCore/CMakeLists.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt index 2d6e5223d5f..96e68b41991 100644 --- a/lib/Analysis/CMakeLists.txt +++ b/lib/Analysis/CMakeLists.txt @@ -12,7 +12,6 @@ add_llvm_library(LLVMAnalysis CaptureTracking.cpp CodeMetrics.cpp ConstantFolding.cpp - DIBuilder.cpp DbgInfoPrinter.cpp DomPrinter.cpp DominanceFrontier.cpp diff --git a/lib/VMCore/CMakeLists.txt b/lib/VMCore/CMakeLists.txt index 239bd6dcb1e..648ccbdf384 100644 --- a/lib/VMCore/CMakeLists.txt +++ b/lib/VMCore/CMakeLists.txt @@ -10,6 +10,7 @@ add_llvm_library(LLVMCore Core.cpp DebugInfo.cpp DebugLoc.cpp + DIBuilder.cpp Dominators.cpp Function.cpp GCOV.cpp