[patch] Remove -fobjc-default-synthesize-properties
jahanian
fjahanian at apple.com
Fri Sep 27 11:14:04 PDT 2013
Let me rephrase. With this patch, to get default property synthesis we must pass
-fobjc-default-synthesize-properties to the driver. Without it, it will be legacy property synthesis.
If so, this will be a big change for us.
- Fariborz
On Sep 27, 2013, at 11:08 AM, jahanian <fjahanian at apple.com> wrote:
> Under this, how do we turn off the default property synthesis in cc1. It seems that this patch makes
> default property synthesis permanent.
> - Fariborz
>
> On Sep 27, 2013, at 10:54 AM, Rafael EspĂndola <rafael.espindola at gmail.com> wrote:
>
>> I am trying to normalize how we handle -f options. I sent an email to
>> the dev list with the description, but suffice to say that all -f
>> options would get forward to -cc1. This breaks the hack we
>> have where -cc1 has -fobjc-default-synthesize-properties but the
>> driver does not.
>>
>> One possibility is to just rename it to not be -f option, but it is
>> effectively unused, so this patch just removes it and updates the
>> tests.
>>
>> Cheers,
>> Rafael
>> <t.patch>_______________________________________________
>> cfe-commits mailing list
>> cfe-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
More information about the cfe-commits
mailing list