<div>On 26 July 2010 04:35, Michael Spencer <span dir="ltr"><<a href="mailto:bigcheesegs@gmail.com">bigcheesegs@gmail.com</a>></span> wrote:</div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Attached is the 5th and final patch of the beginning of COFF support<br>
for MC. It simply makes the X86 backend use it on Win32 targets and<br>
tests it.<br>
<font color="#888888"><br></font></blockquote><div><br></div><div>You probably want to add Cygwin and MinGW32 Triples as well :-</div><div><br></div><div><div>   case Triple::Win32:</div><div>+  case Triple::Cygwin:</div>

<div>+  case Triple::MinGW32:</div><div>     return new WindowsX86AsmBackend (T);</div></div><div><br></div><div>Aaron</div><div><br></div></div>