diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2016-12-16 00:43:00 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2016-12-16 00:43:00 +0000 |
commit | 7a4be21d46ac61c8b6d6e58e73a73c390773222e (patch) | |
tree | 8f5812a3720c603139b32a520c5652110e135a42 | |
parent | ce13935776a67c6bf7fffc3a0db76d27bfbd050a (diff) | |
download | bcm5719-llvm-7a4be21d46ac61c8b6d6e58e73a73c390773222e.tar.gz bcm5719-llvm-7a4be21d46ac61c8b6d6e58e73a73c390773222e.zip |
Add missing library dep.
llvm-svn: 289903
-rw-r--r-- | llvm/lib/Transforms/IPO/LLVMBuild.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/LLVMBuild.txt b/llvm/lib/Transforms/IPO/LLVMBuild.txt index bc3df98d504..9c83f88b221 100644 --- a/llvm/lib/Transforms/IPO/LLVMBuild.txt +++ b/llvm/lib/Transforms/IPO/LLVMBuild.txt @@ -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 |