Removed InstCombine/Targets as library dependencies for libObjCARCOpts since they are unnecessary.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173763 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Michael Gottesman 2013-01-29 04:05:17 +00:00
parent 606c8e36df
commit b0f82e7eab

View File

@ -20,4 +20,4 @@ type = Library
name = ObjCARC
parent = Transforms
library_name = ObjCARCOpts
required_libraries = Analysis Core InstCombine Support Target TransformUtils
required_libraries = Analysis Core Support TransformUtils