Michael Spencer
2010-Jul-26 03:35 UTC
[LLVMdev] Win32 COFF Support patch 5 (the final patch in the saga!)
Attached is the 5th and final patch of the beginning of COFF support for MC. It simply makes the X86 backend use it on Win32 targets and tests it. - Michael Spencer -------------- next part -------------- A non-text attachment was scrubbed... Name: ms-coff-patch-5.patch Type: application/octet-stream Size: 23435 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100725/91fe4b29/attachment.obj>
Aaron Gray
2010-Jul-26 16:04 UTC
[LLVMdev] Win32 COFF Support patch 5 (the final patch in the saga!)
On 26 July 2010 04:35, Michael Spencer <bigcheesegs at gmail.com> wrote:> Attached is the 5th and final patch of the beginning of COFF support > for MC. It simply makes the X86 backend use it on Win32 targets and > tests it. > >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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100726/b8df18de/attachment.html>
Michael Spencer
2010-Jul-26 17:08 UTC
[LLVMdev] Win32 COFF Support patch 5 (the final patch in the saga!)
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); > AaronCan someone test this on those platforms? That change would effect quite a few people. - Michael Spencer
Maybe Matching Threads
- [LLVMdev] Win32 COFF Support patch 5 (the final patch in the saga!)
- [LLVMdev] Win32 COFF Support patch 5 (the final patch in the saga!)
- [LLVMdev] Win32 COFF Support patch 5 (the final patch in the saga!)
- [LLVMdev] Win32 COFF Support patch 5 (the final patch in the saga!)
- [LLVMdev] Win32 COFF Support patch 5 (the final patch in the saga!)