From 74d21958a271b7469c09f45fe3c3d2d9ef19abf2 Mon Sep 17 00:00:00 2001 From: Torok Edwin Date: Sun, 14 Jun 2009 13:39:56 +0000 Subject: [PATCH] Fix CMake build. Patch from Ingmar Vanhassel. llvm-svn: 73342 --- llvm/lib/Transforms/IPO/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/Transforms/IPO/CMakeLists.txt b/llvm/lib/Transforms/IPO/CMakeLists.txt index 4b85e1388a68..1438b4879d2b 100644 --- a/llvm/lib/Transforms/IPO/CMakeLists.txt +++ b/llvm/lib/Transforms/IPO/CMakeLists.txt @@ -16,6 +16,7 @@ add_llvm_library(LLVMipo LoopExtractor.cpp LowerSetJmp.cpp MergeFunctions.cpp + PartialInlining.cpp PartialSpecialization.cpp PruneEH.cpp RaiseAllocations.cpp