aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-06-29 09:01:47 +0000
committerBill Wendling <isanbard@gmail.com>2012-06-29 09:01:47 +0000
commit1a3b28b97f44dc9dc4970cfd182b8a725b09f135 (patch)
tree65bdd84c2ba6e1cb579b14f6ef8ba1485ec1ea5a
parent3bf24bdb1bcdc72aed4e2313aa3dafe3bc6746a0 (diff)
Update the CMake files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159417 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Analysis/CMakeLists.txt1
-rw-r--r--lib/VMCore/CMakeLists.txt1
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt
index 2d6e5223d5..96e68b4199 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 239bd6dcb1..648ccbdf38 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