[LLVMdev] RE: Status of tests

Reid Spencer reid at x10sys.com
Tue Nov 11 12:06:01 PST 2003


Okay, I'll fix that. But something *WILL* have to change, its not
gratuitious.

The "-c" option is in an enum which also has a "llvm" value which
conflicts with the namespace name and caused a compilation error.
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".

I wasn't aware when changing this that I'd be changing the command line
arguments.

I'll work up another solution.

REid.


On Tue, 2003-11-11 at 10:14, Chris Lattner wrote:

> > 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:
> http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=109#c12
> 
> Basically you accidentally renamed 'llvm-dis -c' to 'llvm-dis -c_code'.
> 
> -Chris



_______________________
Reid Spencer
President & CTO
eXtensible Systems, Inc.
rspencer at x10sys.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20031111/45bc65d9/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20031111/45bc65d9/attachment.sig>


More information about the llvm-dev mailing list