summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/LLVMBuild.txt
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-01-28 01:35:51 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-01-28 01:35:51 +0000
commit24c4898973a074713201fb9351d302b9f7733e92 (patch)
treef43dcb2d89136a2f7e532fd5b76b471f20e9021a /lib/Transforms/IPO/LLVMBuild.txt
parenta9b9f0ad802ef6973534a9a247716e4a8e079635 (diff)
downloadllvm-24c4898973a074713201fb9351d302b9f7733e92.tar.gz
llvm-24c4898973a074713201fb9351d302b9f7733e92.tar.bz2
llvm-24c4898973a074713201fb9351d302b9f7733e92.tar.xz
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation for refactoring the ARC Optimizer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173647 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/IPO/LLVMBuild.txt')
-rw-r--r--lib/Transforms/IPO/LLVMBuild.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/IPO/LLVMBuild.txt b/lib/Transforms/IPO/LLVMBuild.txt
index b18c9150f4..124cbb6f05 100644
--- a/lib/Transforms/IPO/LLVMBuild.txt
+++ b/lib/Transforms/IPO/LLVMBuild.txt
@@ -20,4 +20,4 @@ type = Library
name = IPO
parent = Transforms
library_name = ipo
-required_libraries = Analysis Core IPA InstCombine Scalar Vectorize Support Target TransformUtils
+required_libraries = Analysis Core IPA InstCombine Scalar Vectorize Support Target TransformUtils ObjCARC