[LLVMdev] Win32 COFF Support patch 5 (the final patch in the saga!)

Michael Spencer bigcheesegs at gmail.com
Mon Jul 26 10:08:53 PDT 2010


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.

- Michael Spencer




More information about the llvm-dev mailing list