[cfe-commits] PATCH: Add somewhat hacky support for -fgnu-keywords and -fasm

Chandler Carruth chandlerc at google.com
Sat Apr 3 00:58:35 PDT 2010


I'm not exactly proud of this, but it works, and makes more sense than GCC's
options. Basically it makes both '-fasm' and '-fgnu-keywords' (and their no-
variants) synonyms for explicitly enabling or disabling GNU-extension
keywords. This is actually the behavior of -fasm in GCC, their
-fgnu-keywords is a more limited flag. If people see real benefit to
supporting this distinction I can, but it didn't seem productive. It also
doesn't make a lot of logical sense.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100403/c07ff5e0/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: add-gnu-keywords.patch
Type: application/octet-stream
Size: 7532 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100403/c07ff5e0/attachment.obj>


More information about the cfe-commits mailing list