<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2668" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Some wheird problem, Target/X86 builds okay 
now.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>But there seems to be another problem with the 
Cygwin build :-</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=1>make[4]: Entering directory 
`/usr/build/llvm/lib/Target/SparcV9/ModuloScheduling'<BR>llvm[4]: Compiling 
ModuloSchedulingSuperBlock.cpp for Debug 
build<BR>/usr/src/llvm/lib/Target/SparcV9/ModuloScheduling/ModuloSchedulingSuperBlock.cpp<BR>: 
In member function `virtual bool 
llvm::ModuloSchedulingSBPass::runOnFunction(l<BR>lvm::Function&)':<BR>/usr/src/llvm/lib/Target/SparcV9/ModuloScheduling/ModuloSchedulingSuperBlock.cpp<BR>:151: 
error: `alarm' undeclared (first use this 
function)<BR>/usr/src/llvm/lib/Target/SparcV9/ModuloScheduling/ModuloSchedulingSuperBlock.cpp<BR>:151: 
error: (Each undeclared identifier is reported only once for each 
function<BR> it appears in.)<BR>make[4]: *** 
[/usr/build/llvm/lib/Target/SparcV9/ModuloScheduling/Debug/ModuloSc<BR>hedulingSuperBlock.o] 
Error 1<BR>make[4]: Leaving directory 
`/usr/build/llvm/lib/Target/SparcV9/ModuloScheduling'</FONT></DIV>
<DIV><FONT face="Courier New" size=1></FONT> </DIV>
<DIV><FONT face="Courier New" size=1>make[3]: *** [ModuloScheduling/.makeall] 
Error 2<BR>make[3]: Leaving directory 
`/usr/build/llvm/lib/Target/SparcV9'<BR>make[2]: *** [SparcV9/.makeall] Error 
2<BR>make[2]: Leaving directory `/usr/build/llvm/lib/Target'<BR>make[1]: *** 
[Target/.makeall] Error 2<BR>make[1]: Leaving directory 
`/usr/build/llvm/lib'<BR>make: *** [all] Error 1</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Aaron</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=angray@beeb.net href="mailto:angray@beeb.net">Aaron Gray</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=llvmdev@cs.uiuc.edu 
  href="mailto:llvmdev@cs.uiuc.edu">LLVM Developers Mailing List</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, June 30, 2005 9:10 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [LLVMdev] X86AsmPrinter + 
  MASM and NASM backends</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face=Arial size=2>Builds fine on Linux, but there seems to 
  be a problem building it on Cygwin, will look into this.</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT> </DIV>
  <DIV><FONT face=Arial size=2>Aaron</FONT></DIV>
  <BLOCKQUOTE 
  style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
    <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
    <DIV 
    style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
    <A title=angray@beeb.net href="mailto:angray@beeb.net">Aaron Gray</A> </DIV>
    <DIV style="FONT: 10pt arial"><B>To:</B> <A title=llvmdev@cs.uiuc.edu 
    href="mailto:llvmdev@cs.uiuc.edu">LLVM Developers Mailing List</A> </DIV>
    <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, June 30, 2005 7:12 
    PM</DIV>
    <DIV style="FONT: 10pt arial"><B>Subject:</B> [LLVMdev] X86AsmPrinter + MASM 
    and NASM backends</DIV>
    <DIV><BR></DIV>
    <DIV><FONT face=Arial size=2>I have "refactored" the X86AsmPrinter into a 
    number of files ready for the MASM and NASM backends to be 
    added.</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT> </DIV>
    <DIV><FONT face=Arial size=2>There is a new namespace llvm::X86 to replace 
    the anomonous namespace as this does not work accross mutiple .h and .cpp 
    files. Other than that everything is pritty straight forward, t may possibly 
    need tweeking though.</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT> </DIV>
    <DIV><FONT face=Arial size=2>It has been built under MS VS2003, but I 
    am not sure how to add it to the makefiles for the Cygwin and Linux 
    platforms, help on this would be appreciated.</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT> </DIV>
    <DIV><FONT face=Arial size=2>Afaik there are no specific tests for the 
    X86AsmPrinter. If not it would be good to create some.</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT> </DIV>
    <DIV><FONT face=Arial size=2>Also I am wondering about how to go about 
    creating tests for the MASM and NASM backends, hints and help are 
    welcomed.</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT> </DIV>
    <DIV><FONT face=Arial size=2>Aaron</FONT></DIV>
    <DIV><FONT face=Arial size=2>.</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT> </DIV>
    <DIV><FONT face=Arial size=2></FONT> </DIV>
    <P>
    <HR>

    <P></P>_______________________________________________<BR>LLVM Developers 
    mailing 
    list<BR>LLVMdev@cs.uiuc.edu         
    http://llvm.cs.uiuc.edu<BR>http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev<BR></BLOCKQUOTE>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>LLVM Developers 
  mailing 
  list<BR>LLVMdev@cs.uiuc.edu         
  http://llvm.cs.uiuc.edu<BR>http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev<BR></BLOCKQUOTE></BODY></HTML>