From 581d535af91dd55326250986273eabb495e55119 Mon Sep 17 00:00:00 2001 From: Francois Pichet Date: Thu, 10 Mar 2011 00:51:01 +0000 Subject: [PATCH] Unbreak the CMake build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127383 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/VMCore/CMakeLists.txt b/lib/VMCore/CMakeLists.txt index 1abd031dae4..6bde263ce62 100644 --- a/lib/VMCore/CMakeLists.txt +++ b/lib/VMCore/CMakeLists.txt @@ -9,6 +9,7 @@ add_llvm_library(LLVMCore Constants.cpp Core.cpp DebugLoc.cpp + DebugInfoProbe.cpp Dominators.cpp Function.cpp GVMaterializer.cpp -- 2.34.1