[patch] Forward all -f* options to -cc1
Rafael EspĂndola
rafael.espindola at gmail.com
Fri Sep 27 14:20:53 PDT 2013
This is the first patch for trying to implement a regular treatment of
-f/-fno- options. It just forwards all -f options to -cc1 and, for
now, produces a more specific error in -cc1.
The next step is to add a .td file with flags and tablegen it to an
enum and an feature parser that returns one of the enums. Using that
parseFFlagOptions should then be able to, still manually, set the
appropriate bits in the *Options objects.
Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: application/octet-stream
Size: 5474 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130927/93e2e92a/attachment.obj>
More information about the cfe-commits
mailing list