[PATCH] MC: Don't emit min version directives when -fno-integrated-as is on
Reid Kleckner
rnk at google.com
Thu Jan 22 11:01:48 PST 2015
On Thu, Jan 22, 2015 at 10:56 AM, Rafael EspĂndola <
rafael.espindola at gmail.com> wrote:
> > If cctools as isn't supported, perhaps we should make -no-integrated-as
> > shell out to `clang -cc1as` on Darwin. Users may be relying on
> > -no-integrated-as implying cctools as quirks, though.
>
> It is probably a good idea. Since cctools' as can't handle clang
> output, the only use case that might be broken by the change is "clang
> -c -no-integrated-as foo.s", no?
>
Hah, the driver could even make that work by doing different things for .s
and .c files. That's not very intuitive, though. :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150122/de92c93c/attachment.html>
More information about the llvm-commits
mailing list