http://llvm.org/bugs/show_bug.cgi?id=4877
Daniel Dunbar <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #8 from Daniel Dunbar <[email protected]> 2009-09-04 20:35:57 --- The self host build on the public buildbot is still failing because of the same or a similar problem. Current build setup is: llvm (debug) -> llvm-gcc (using system gcc) -> llvm (release, using first llvm-gcc) -> llvm-gcc (using first llvm-gcc) and one test is failing in the second llvm build step, and second llvm-gcc buid is failing. Attaching failing .bc input, which crashes with opt -std-compile-opts on that builder (using either the first or second llvm opt binary). -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
