[LLVMdev] Win32 COFF Support patch 5 (the final patch in the saga!)
Aaron Gray
aaronngray.lists at gmail.com
Mon Jul 26 12:57:50 PDT 2010
On 26 July 2010 18:08, Michael Spencer <bigcheesegs at gmail.com> wrote:
> On Mon, Jul 26, 2010 at 12:04 PM, Aaron Gray <aaronngray.lists at gmail.com>
> wrote:
> > You probably want to add Cygwin and MinGW32 Triples as well :-
> > case Triple::Win32:
> > + case Triple::Cygwin:
> > + case Triple::MinGW32:
> > return new WindowsX86AsmBackend (T);
> > Aaron
>
> Can someone test this on those platforms? That change would effect
> quite a few people.
It should not have any side effects as object emission is not used on these
platforms and only if enabled.
Also ELF which is the default, which is not used on these platforms, so is
invalid anyway.
Aaron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100726/6883aec5/attachment.html>
More information about the llvm-dev
mailing list