From: Torok Edwin Date: Sun, 14 Jun 2009 13:39:56 +0000 (+0000) Subject: Fix CMake build. Patch from Ingmar Vanhassel. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=caf6b2bbaf40580596e974b5eee0a7e59b58bd98;p=oota-llvm.git Fix CMake build. Patch from Ingmar Vanhassel. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73342 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/IPO/CMakeLists.txt b/lib/Transforms/IPO/CMakeLists.txt index 4b85e1388a6..1438b4879d2 100644 --- a/lib/Transforms/IPO/CMakeLists.txt +++ b/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