[PATCH] MC: Don't emit min version directives when -fno-integrated-as is on

David Blaikie dblaikie at gmail.com
Sat Nov 22 10:32:32 PST 2014


I believe we've been trying to avoid special casing the integrated
assembler as much as possible (I think Rafael removed many instances of
this) - any other signal that would be appropriate to use?

On Sat, Nov 22, 2014 at 9:29 AM, David Majnemer <david.majnemer at gmail.com>
wrote:

> Hi grosbach,
>
> The assembler included with cctools doesn't understand
> .macosx_version_min.  We shouldn't try to emit that directive if we
> aren't going to use the integrated assembler.
>
> This fixes PR21636.
>
> http://reviews.llvm.org/D6371
>
> Files:
>   lib/CodeGen/AsmPrinter/AsmPrinter.cpp
>   test/MC/MachO/no-integrated-as.ll
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141122/91a8206a/attachment.html>


More information about the llvm-commits mailing list