summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/lib/Analysis/CMakeLists.txt1
-rw-r--r--llvm/lib/VMCore/CMakeLists.txt1
2 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/CMakeLists.txt b/llvm/lib/Analysis/CMakeLists.txt
index e8978a0aed7..2d6e5223d5f 100644
--- a/llvm/lib/Analysis/CMakeLists.txt
+++ b/llvm/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/llvm/lib/VMCore/CMakeLists.txt b/llvm/lib/VMCore/CMakeLists.txt
index 7bcda157e45..239bd6dcb1e 100644
--- a/llvm/lib/VMCore/CMakeLists.txt
+++ b/llvm/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
OpenPOWER on IntegriCloud