From: NAKAMURA Takumi Date: Tue, 25 Aug 2015 17:11:17 +0000 (+0000) Subject: Update libdeps in LLVMipo and LLVMScalarOpts, corresponding to r245940. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=4abce6e698ab28c63945a0ec9e80485b5217431e;ds=inline Update libdeps in LLVMipo and LLVMScalarOpts, corresponding to r245940. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245957 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/IPO/LLVMBuild.txt b/lib/Transforms/IPO/LLVMBuild.txt index ff6970bd82c..2311e276f75 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 ProfileData +required_libraries = Analysis Core InstCombine ProfileData Scalar Support TransformUtils Vectorize diff --git a/lib/Transforms/Scalar/LLVMBuild.txt b/lib/Transforms/Scalar/LLVMBuild.txt index deea9e2d010..8a99df86b84 100644 --- a/lib/Transforms/Scalar/LLVMBuild.txt +++ b/lib/Transforms/Scalar/LLVMBuild.txt @@ -20,4 +20,4 @@ type = Library name = Scalar parent = Transforms library_name = ScalarOpts -required_libraries = Analysis Core InstCombine ProfileData Support TransformUtils +required_libraries = Analysis Core InstCombine Support TransformUtils