[llvm-commits] [llvm] r151049 - in /llvm/trunk/lib/VMCore: LLVMContextImpl.h Type.cpp

Jay Foad jay.foad at gmail.com
Tue Feb 21 04:23:01 PST 2012


On 21 February 2012 12:17, Pekka Jääskeläinen <pekka.jaaskelainen at tut.fi> wrote:
> Unsure if this was due to your commit, but at least it got fixed after
> your revert:
>
> http://codepad.org/Muc4VPwb

How did you build llvm+clang? Was it a release or debug build? What
version of gcc (or other compiler) did you build it with?

I'm only seeing "make check" failures with certain build configurations:

gcc 4.4 release: fail
gcc 4.4 debug: pass
gcc 4.6 release: pass
gcc 4.6 debug: pass

Thanks,
Jay.




More information about the llvm-commits mailing list