From a83ba0a1b8752f2ac1c6a502072ae7e757f38bd0 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Tue, 25 Aug 2015 17:07:40 +0000 Subject: [PATCH] Fix dependencies/shared library build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245955 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/IPO/LLVMBuild.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/IPO/LLVMBuild.txt b/lib/Transforms/IPO/LLVMBuild.txt index 56723901702..ff6970bd82c 100644 --- a/lib/Transforms/IPO/LLVMBuild.txt +++ b/lib/Transforms/IPO/LLVMBuild.txt @@ -20,4 +20,4 @@ type = Library name = IPO parent = Transforms library_name = ipo -required_libraries = Analysis Core InstCombine Scalar Support TransformUtils Vectorize +required_libraries = Analysis Core InstCombine Scalar Support TransformUtils Vectorize ProfileData -- 2.11.0