diff options
-rw-r--r-- | lib/VMCore/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/VMCore/CMakeLists.txt b/lib/VMCore/CMakeLists.txt index 2553cc099c..0404297500 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 |