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

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri Sep 27 10:54:26 PDT 2013


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: application/octet-stream
Size: 44858 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130927/8e80d61b/attachment.obj>


More information about the cfe-commits mailing list