[llvm-commits] [llvm] r131176 - in /llvm/trunk: lib/CodeGen/BranchFolding.cpp lib/CodeGen/BranchFolding.h lib/CodeGen/IfConversion.cpp test/CodeGen/X86/hoist-common.ll
Rafael Ávila de Espíndola
rafael.espindola at gmail.com
Wed May 11 14:55:47 PDT 2011
On 2011-05-11 14:37, Evan Cheng wrote:
> Rafael, can you provide more information? Which buildbot? What's the
> symptom? I noticed
> http://google1.osuosl.org:8011/builders/clang-x86_64-linux-fnt is
> still red.
I noticed the problem while trying to reproduce that one. I reported
PR9896 with the IL that gets miscompiled.
A clang created by linking all object built by gcc except for
CGVTables.o produced from the .ll in the bug would crash when running
/home/espindola/llvm/clang/test/CodeGenCXX/vtable-key-function.cpp
-triple=x86_64-apple-darwin10 -emit-llvm
By reverting the patch, llc then produce a .o that does not cause clang
to crash.
> Evan
>
>
Cheers,
Rafael
More information about the llvm-commits
mailing list