[objc-arc] Change some casts and loop iterators to use auto.
[oota-llvm.git] / lib / Transforms / ObjCARC / LLVMBuild.txt
index 61eced0c2cfa55aadf8a836eb6e43f4900b0c47b..90a233851a3c1b4186fd7eeabe732e99f9b7afd7 100644 (file)
@@ -1,4 +1,4 @@
-;===- ./lib/Transforms/ObjCARC/LLVMBuild.txt ---       ---------*- Conf -*--===;
+;===- ./lib/Transforms/ObjCARC/LLVMBuild.txt -------------------*- Conf -*--===;
 ;
 ;                     The LLVM Compiler Infrastructure
 ;
@@ -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