<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.9">
</HEAD>
<BODY>
Okay, I'll fix that. But something *WILL* have to change, its not gratuitious.<BR>
<BR>
The "-c" option is in an enum which also has a "llvm" value which conflicts with the namespace name and caused a compilation error.<BR>
To avoid the error, I changed "llvm" to "llvm_code". To be consistent, I changed the "c" enumeration to also have the same suffix, "_code".<BR>
<BR>
I wasn't aware when changing this that I'd be changing the command line arguments.<BR>
<BR>
I'll work up another solution.<BR>
<BR>
REid.<BR>
<BR>
<BR>
On Tue, 2003-11-11 at 10:14, Chris Lattner wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#301fe4"><I>> What's the current status of the test suite.  After putting everything
> in the llvm namespace and getting everything to link, I am getting=20
> only about 75% of the tests passing. Is this to be expected or have
> I broken something?

I think that you broke something, specifically the C backend.  See this
comment for details:</FONT>
<A HREF="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=109#c12"><U>http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=109#c12</U></A>
<FONT COLOR="#301fe4">
Basically you accidentally renamed 'llvm-dis -c' to 'llvm-dis -c_code'.

-Chris</I></FONT></PRE>
</BLOCKQUOTE>
<PRE><TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<BR>
<BR>
<ADDRESS><FONT SIZE="4"><I>_______________________<BR>
Reid Spencer<BR>
President & CTO<BR>
eXtensible Systems, Inc.<BR>
rspencer@x10sys.com</I></FONT></ADDRESS>
</TD>
</TR>
</TABLE>
</PRE>
</BODY>
</HTML>