On Tue, Jul 5, 2011 at 5:26 PM, John McCall <[email protected]> wrote:
> Author: rjmccall
> Date: Tue Jul  5 19:26:06 2011
> New Revision: 134453
>
> URL: http://llvm.org/viewvc/llvm-project?rev=134453&view=rev
> Log:
> Change the driver's logic about Objective-C runtimes:  abstract out a
> structure to hold inferred information, then propagate each invididual
> bit down to -cc1.  Separate the bits of "supports weak" and "has a native
> ARC runtime";  make the latter a CodeGenOption.
>
> The tool chain is still driving this decision, because it's the place that
> has the required deployment target information on Darwin, but at least it's
> better-factored now.

It looks like the gccTestSuite_clang-x86_64-darwin10-RA__obj-c
buildbot is unhappy...

-Eli

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to