From a589b1fa2b8c5566ed8d601f8e54f96c43c83b06 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Tue, 4 Oct 2011 18:22:24 +0000 Subject: [PATCH] Unbreak CMake build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141097 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/VMCore/CMakeLists.txt b/lib/VMCore/CMakeLists.txt index 2553cc099c5..0404297500c 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 -- 2.34.1