On 21 February 2014 06:17, Renato Golin <[email protected]> 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
