[PATCH] clang: forward -no-integrated-as from the driver

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri Feb 21 06:11:09 PST 2014


On 21 February 2014 06:17, Renato Golin <renato.golin at linaro.org> wrote:
>
>   Hi Saleem,
>
>   This will create the notion that the IAS *will* validate the assembly and be picky no matter what, which will push people back to using GNU assembly for most cases. We want the exact opposite,

This is far from most cases. In fact, for -c this is exactly the same
cases we had before. I do think we need this patch because "clang -c
foo.c -no-integrated-as" currently parses assembly and this fixes
that. The other issue that has been reported is people doing "clang -S
foo.c" with invalid assembly, and this lets them use exactly the
option to avoid it.

Cheers,
Rafael



More information about the cfe-commits mailing list