From: Peter Collingbourne Date: Mon, 1 May 2017 20:57:20 +0000 (+0000) Subject: IPO: Add missing build dep. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e235f9788da9e3e0f2fe1cf0716257244b4af0e;p=llvm IPO: Add missing build dep. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301835 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/IPO/LLVMBuild.txt b/lib/Transforms/IPO/LLVMBuild.txt index 9c83f88b221..a8b0f32fd78 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 BitWriter Core InstCombine IRReader Linker Object ProfileData Scalar Support TransformUtils Vectorize Instrumentation +required_libraries = Analysis BitReader BitWriter Core InstCombine IRReader Linker Object ProfileData Scalar Support TransformUtils Vectorize Instrumentation