OSDN Git Service

Add missing library dep.
authorPeter Collingbourne <peter@pcc.me.uk>
Fri, 16 Dec 2016 00:43:00 +0000 (00:43 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Fri, 16 Dec 2016 00:43:00 +0000 (00:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289903 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/LLVMBuild.txt

index bc3df98..9c83f88 100644 (file)
@@ -20,4 +20,4 @@ type = Library
 name = IPO
 parent = Transforms
 library_name = ipo
-required_libraries = Analysis Core InstCombine IRReader Linker Object ProfileData Scalar Support TransformUtils Vectorize Instrumentation
+required_libraries = Analysis BitWriter Core InstCombine IRReader Linker Object ProfileData Scalar Support TransformUtils Vectorize Instrumentation