From: Ismail Donmez Date: Tue, 24 Nov 2015 09:48:09 +0000 (+0000) Subject: Fix build after r253954 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=25203ad3b36ea05f16e49c1999940f1d872c866b;p=oota-llvm.git Fix build after r253954 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253969 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/IPO/LLVMBuild.txt b/lib/Transforms/IPO/LLVMBuild.txt index c14b6b70e74..b5410f5f775 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 Linker ProfileData Scalar Support TransformUtils Vectorize +required_libraries = Analysis Core InstCombine IRReader Linker Object ProfileData Scalar Support TransformUtils Vectorize