[LLVMdev] buildbot failure in LLVM on clang-x86_64-debian-fnt

Meador Inge meadori at gmail.com
Tue Feb 21 06:58:58 PST 2012


On Tue, Feb 21, 2012 at 4:51 AM, Jay Foad <jay.foad at gmail.com> wrote:

> All,
>
> This buildbot is getting lots of assertion failures in the test suite.
> They were probably caused by my commit:
>
> ------------------------------------------------------------------------
> r151049 | foad | 2012-02-21 09:25:52 +0000 (Tue, 21 Feb 2012) | 6 lines
> Changed paths:
>   M /llvm/trunk/lib/VMCore/LLVMContextImpl.h
>   M /llvm/trunk/lib/VMCore/Type.cpp
>
> PR1210: make uniquing of struct and function types more efficient by
> using a DenseMap and Talin's new GeneralHash, avoiding the need for a
> temporary std::vector on every lookup.
>
> Patch by Meador Inge!
>
> ------------------------------------------------------------------------
>
> ... but I can't reproduce the failures on my machine. I'm also running
> x86_64 Linux, I've checked out the same revision of
> llvm+clang+testsuite as the buildbot, I'm doing a Release+Asserts
> build.
>
> Is anyone else seeing these failures? Any ideas how I can reproduce them here?

I tested on x86_64 Fedora 16 with GCC 4.6.2 and OS X Lion with clang
3.0 and could not reproduce the problem.  I will keep investigating.

-- Meador




More information about the llvm-dev mailing list