aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VMCore/CMakeLists.txt')
-rw-r--r--lib/VMCore/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/VMCore/CMakeLists.txt b/lib/VMCore/CMakeLists.txt
index f60dd06..0404297 100644
--- a/lib/VMCore/CMakeLists.txt
+++ b/lib/VMCore/CMakeLists.txt
@@ -8,10 +8,11 @@ add_llvm_library(LLVMCore
ConstantFold.cpp
Constants.cpp
Core.cpp
- DebugLoc.cpp
DebugInfoProbe.cpp
+ DebugLoc.cpp
Dominators.cpp
Function.cpp
+ GCOV.cpp
GVMaterializer.cpp
Globals.cpp
IRBuilder.cpp
@@ -36,3 +37,5 @@ add_llvm_library(LLVMCore
ValueTypes.cpp
Verifier.cpp
)
+
+add_llvm_library_dependencies(LLVMCore LLVMSupport)