Displaying 2 results from an estimated 2 matches for "b8df18de".
2010 Jul 26
2
[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:
2010 Jul 26
0
[LLVMdev] Win32 COFF Support patch 5 (the final patch in the saga!)
...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>