diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-01-15 05:21:00 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-01-15 05:21:00 +0000 |
| commit | 24ebfcb619242de546685f6ca2dba08a770e7bed (patch) | |
| tree | d6f1762192f3324c92a5c028168801a241f36b25 /llvm/lib/LTO | |
| parent | ab7289dd0ebfb1aa837fcff138914d952db07fd4 (diff) | |
| download | bcm5719-llvm-24ebfcb619242de546685f6ca2dba08a770e7bed.tar.gz bcm5719-llvm-24ebfcb619242de546685f6ca2dba08a770e7bed.zip | |
Update libdeps since TLI was moved from Target to Analysis in r226078.
llvm-svn: 226126
Diffstat (limited to 'llvm/lib/LTO')
| -rw-r--r-- | llvm/lib/LTO/LLVMBuild.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/LTO/LLVMBuild.txt b/llvm/lib/LTO/LLVMBuild.txt index b776fdb7e67..dfd424f3e40 100644 --- a/llvm/lib/LTO/LLVMBuild.txt +++ b/llvm/lib/LTO/LLVMBuild.txt @@ -19,4 +19,4 @@ type = Library name = LTO parent = Libraries -required_libraries = BitReader BitWriter CodeGen Core IPA IPO InstCombine Linker MC ObjCARC Object Scalar Support Target TransformUtils +required_libraries = Analysis BitReader BitWriter CodeGen Core IPA IPO InstCombine Linker MC ObjCARC Object Scalar Support Target |

