[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

Chris Lattner sabre at nondot.org
Sun May 22 21:51:28 PDT 2011


On May 22, 2011, at 8:04 PM, Eli Friedman wrote:

> 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
> .

I'm on it, sorry for the breakage!

-Chris





More information about the cfe-commits mailing list