[LLVMdev] 2.1 Pre-Release Available (testers needed)

Emil Mikulic emil at cs.rmit.edu.au
Wed Sep 19 00:24:12 PDT 2007


On Tue, Sep 18, 2007 at 06:41:38PM +1000, Emil Mikulic wrote:
> The "make check" produced:
>                 ===  Summary ===
> 
> # of expected passes            2209
> # of unexpected failures        41
> # of expected failures          5
> gmake[1]: *** [check-local] Error 1
> gmake[1]: Leaving directory `/home/emil/ll/objdir-llvm/test'
> gmake: *** [check] Error 2

At Duncan's suggestion, I re-built LLVM (and llvm-gcc4, and then llvm
again) with Debug+Checks and I now get:

		===  Summary ===

# of expected passes		2207
# of unexpected failures	43
# of expected failures		5
gmake[1]: *** [check-local] Error 1
gmake[1]: Leaving directory `/home/emil/ll/objdir-llvm/test'
gmake: *** [check] Error 2

Typescript here, which looks different and trips at least one STL check
that I can see:

http://goanna.cs.rmit.edu.au/~emil/llvm2.1-check-debug.txt

(old typescript here:)
> http://goanna.cs.rmit.edu.au/~emil/llvm2.1-check.txt

--Emil



More information about the llvm-dev mailing list