aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 e8978a0aed..2d6e5223d5 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 7bcda157e4..239bd6dcb1 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