summaryrefslogtreecommitdiff
path: root/lib/LTO/LLVMBuild.txt
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-01-15 05:21:00 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-01-15 05:21:00 +0000
commit20b033eae5b00338313383c868bab8b134f395d6 (patch)
tree020772370a31ae7c0982247ee8192feb1d7e4039 /lib/LTO/LLVMBuild.txt
parent9500df49eb9c4dcb38c5052ea0fed4dcd5005fe7 (diff)
Update libdeps since TLI was moved from Target to Analysis in r226078.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226126 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/LTO/LLVMBuild.txt')
-rw-r--r--lib/LTO/LLVMBuild.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/LTO/LLVMBuild.txt b/lib/LTO/LLVMBuild.txt
index b776fdb7e67..dfd424f3e40 100644
--- a/lib/LTO/LLVMBuild.txt
+++ b/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