[cfe-commits] r150238 - in /cfe/trunk: lib/CodeGen/CGCall.cpp test/CodeGen/arm-arguments.c

Chandler Carruth chandlerc at google.com
Fri Feb 10 01:46:06 PST 2012


On Thu, Feb 9, 2012 at 11:30 PM, Evgeniy Stepanov <eugeni.stepanov at gmail.com
> wrote:

> Author: eugenis
> Date: Fri Feb 10 03:30:15 2012
> New Revision: 150238
>
> URL: http://llvm.org/viewvc/llvm-project?rev=150238&view=rev
> Log:
> Fix function prolog codegen whe coerce-to type is a struct.
>
> This changes function prolog in such a way as to avoid out-of-bounds
> stack store in the case when coerce-to type has a larger storage size
> than the real argument type.
>
> Fixes PR11905.
>

This is breaking some of our build bots:

http://bb.pgr.jp/builders/cmake-clang-i686-msvc10/builds/7223/steps/test_clang/logs/Clang%20%3A%3A%20CodeGen___arm-arguments.c

It looks like these tests fail in release mode, you should write your file
check to check more loosely.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120209/767c831b/attachment.html>


More information about the cfe-commits mailing list