[LLVMdev] RE: Status of tests
Chris Lattner
sabre at nondot.org
Tue Nov 11 12:01:08 PST 2003
> 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
--
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/
More information about the llvm-dev
mailing list