[PATCH] [clang] add support for -W{no-,}inline-asm-syntax

Chandler Carruth chandlerc at google.com
Thu Feb 20 03:36:07 PST 2014


On Thu, Feb 20, 2014 at 3:31 AM, Daniel Sanders
<daniel.sanders at imgtec.com>wrote:

> The frontend and backend both have a -no-integrated-as option but they are
> currently independent. Would it make sense to have the frontend
> -no-integrated-as drive the backend -no-integrated-as option?


Just for the record, I've no problem entirely disabling the integrated
assembler through appropriate flags. There are certainly going to be
platforms *without* an integrated assembler which we want to support (even
if only temporarily while work is being done on an integrated assembler).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140220/2ef056e5/attachment.html>


More information about the cfe-commits mailing list