[cfe-commits] r131881 - in /cfe/trunk: lib/CodeGen/TargetInfo.cpp test/CodeGen/struct-passing.c test/CodeGen/transparent-union.c test/CodeGen/x86_32-arguments-darwin.c test/CodeGen/x86_32-arguments-linux.c test/CodeGenCXX/x86_32-arguments.cpp

Eli Friedman eli.friedman at gmail.com
Sun May 22 20:04:05 PDT 2011


On Sun, May 22, 2011 at 4:35 PM, Chris Lattner <sabre at nondot.org> wrote:
> Author: lattner
> Date: Sun May 22 18:35:00 2011
> New Revision: 131881
>
> URL: http://llvm.org/viewvc/llvm-project?rev=131881&view=rev
> Log:
> make the x86-32 backend specify a byval alignment, even when the
> code generator will do it.  With this patch, clang compiles the example
> in PR9794 to not have an alloca temporary.

This appears to be breaking buildbots... see, for example,
http://smooshlab.apple.com:8013/builders/lnt_clang-x86_64-darwin10-RA_i386-O3/builds/2176
.

-Eli




More information about the cfe-commits mailing list