[patch] gcc compat: Support -masm= flag for x86 targets

Nico Weber thakis at chromium.org
Tue May 13 00:58:18 PDT 2014


It says `unrecognized command line option '-masm=intel'` (or att) when
targeting mips or arm.
https://gcc.gnu.org/onlinedocs/gcc/Option-Summary.html lists it as under
"i386 and x86-64 Options", so I'm guessing gcc will say `unrecognized
command line option` for ppc too. Do you think it'll do something peculiar
for ppc? Should I build a gcc targeting ppc, or is adding a mips run line
good enough for you?

Thanks!


On Mon, May 12, 2014 at 3:22 PM, Rafael EspĂ­ndola <
rafael.espindola at gmail.com> wrote:

> LGTM with just a few more test cases. For example, what does gcc do for
> powerpc?
>
> Thanks,
> Rafael
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140513/7fc1dce6/attachment.html>


More information about the cfe-commits mailing list