diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2017-05-01 20:57:20 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2017-05-01 20:57:20 +0000 |
commit | a992f5309942e417f325465f51c90ff5cb0aafec (patch) | |
tree | c303e87c4c56e0730e44b1f3f0641db64bad2187 /llvm/lib/Transforms | |
parent | ab1a82764fe0d42491c1f8917985163e66c03eaa (diff) | |
download | bcm5719-llvm-a992f5309942e417f325465f51c90ff5cb0aafec.tar.gz bcm5719-llvm-a992f5309942e417f325465f51c90ff5cb0aafec.zip |
IPO: Add missing build dep.
llvm-svn: 301835
Diffstat (limited to 'llvm/lib/Transforms')
-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 9c83f88b221..a8b0f32fd78 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 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 |