[patch] Remove -fobjc-default-synthesize-properties

jahanian fjahanian at apple.com
Fri Sep 27 11:18:04 PDT 2013


On Sep 27, 2013, at 11:14 AM, Rafael EspĂ­ndola <rafael.espindola at gmail.com> wrote:

> On 27 September 2013 14:08, 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.
> 
> That is correct, but note that we don't have a
> -fno-objc-default-synthesize-properties and the driver always passes
> -fobjc-default-synthesize-properties. So from an user perspective the
> option is already dead.
> 

I see. If driver always passes -fobjc-default-synthesize-properties then our users will be OK.
But, we still need to use legacy property synthesis for testing purposes. But we can always use cc1 directly.
LGTM them.
- Fariborz


> Cheers,
> Rafael





More information about the cfe-commits mailing list