diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2013-01-18 15:03:03 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2013-01-18 15:03:03 +0000 |
| commit | d4c212eb6048fdc3cbedc409537a9e70af89bf6f (patch) | |
| tree | 65554396a8d0f14da3ba243b4b2c6346261e7fe2 | |
| parent | b72e763325d11b5c1c62ba2764bedc7b6e510881 (diff) | |
| download | bcm5719-llvm-d4c212eb6048fdc3cbedc409537a9e70af89bf6f.tar.gz bcm5719-llvm-d4c212eb6048fdc3cbedc409537a9e70af89bf6f.zip | |
The IR linker still depends on the bitcode reader.
llvm-svn: 172824
| -rw-r--r-- | llvm/lib/Linker/LLVMBuild.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Linker/LLVMBuild.txt b/llvm/lib/Linker/LLVMBuild.txt index 0bb26d0c2ae..360c254bbef 100644 --- a/llvm/lib/Linker/LLVMBuild.txt +++ b/llvm/lib/Linker/LLVMBuild.txt @@ -19,4 +19,4 @@ type = Library name = Linker parent = Libraries -required_libraries = Core Support TransformUtils +required_libraries = BitReader Core Support TransformUtils |

