[llvm-commits] [llvm] r133108 - in /llvm/trunk: include/llvm/ include/llvm/Analysis/ include/llvm/Support/ include/llvm/Transforms/ lib/CodeGen/ lib/Transforms/Scalar/ test/Transforms/ObjCARC/

Chris Lattner clattner at apple.com
Thu Jun 16 10:31:09 PDT 2011


On Jun 16, 2011, at 9:12 AM, Dan Gohman wrote:

>> since there may be more ObjC passes in the future, how about calling the
>> directory llvm/trunk/test/Transforms/ObjC/, so making it the place where
>> all ObjC specific passes will go.
> 
> 
> Possibly, although it doesn't seem worthwhile at the moment, with only one file.

I'd prefer to add the subdirectory lazily, iff we get a second or third file.

-Chris



More information about the llvm-commits mailing list