]> granicus.if.org Git - llvm/commitdiff
IPO: Add missing build dep.
authorPeter Collingbourne <peter@pcc.me.uk>
Mon, 1 May 2017 20:57:20 +0000 (20:57 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Mon, 1 May 2017 20:57:20 +0000 (20:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301835 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/LLVMBuild.txt

index 9c83f88b2210c7442bf5220a0df5edd56cab43a3..a8b0f32fd785ec79b6eb4d7806d4564756e9796d 100644 (file)
@@ -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