[cfe-commits] r130176 - /cfe/trunk/lib/CodeGen/TargetInfo.cpp

Eric Christopher echristo at apple.com
Mon Apr 25 23:03:32 PDT 2011


On Apr 25, 2011, at 10:30 PM, Stuart Hastings wrote:

> 
> On Apr 25, 2011, at 6:01 PM, Eric Christopher wrote:
> 
>> 
>> On Apr 25, 2011, at 4:48 PM, Stuart Hastings wrote:
>> 
>>> Author: stuart
>>> Date: Mon Apr 25 18:48:12 2011
>>> New Revision: 130176
>>> 
>>> URL: http://llvm.org/viewvc/llvm-project?rev=130176&view=rev
>>> Log:
>>> Turn on byval parameters in Clang for ARM APCS.  rdar://problem/7662569
>> 
>> This appears to have broken pointer_method2 (at least) in ToT so I'm going to revert it for now.
> 
> Interesting.  The patch survived a NightlyTest regression check when I tested it this afternoon, and pointer_method2 ran O.K.
> 
> Maybe the tester was using a different optimization level or something.  Please send me a pointer to the diagnostic.
> 


It was a local test with a Release Asserts build and -O0. Did you build with Asserts enabled?

-eric




More information about the cfe-commits mailing list