From caf6b2bbaf40580596e974b5eee0a7e59b58bd98 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73342 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/IPO/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1