[llvm-commits] [llvm] r80698 - /llvm/trunk/lib/Analysis/IPA/CallGraphSCCPass.cpp

Bill Wendling wendling at apple.com
Tue Sep 1 14:58:01 PDT 2009


On Sep 1, 2009, at 2:39 PM, Chris Lattner wrote:

> On Sep 1, 2009, at 2:26 PM, Mike Stump wrote:
>
>> On Sep 1, 2009, at 11:32 AM, Chris Lattner wrote:
>>> Author: lattner
>>> Date: Tue Sep  1 13:32:03 2009
>>> New Revision: 80698
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=80698&view=rev
>>> Log:
>>> doxygenate RefreshCallGraph, add a new 'verification mode', and run
>>> it after
>>> CGSCC passes make change to ensure they are updating the callgraph
>>> correctly
>>> (when assertions are enabled).
>>
>> This breaks CodeGen/blocks-2.c and CodeGen/mmintrin-test.c from the
>> clang testsuite on i386-darwin9.  :-(  Also shows up on x86_64
>> darwin10.
>
> Fixed in r80724, sorry about that.  I didn't notice this because the
> buildbot didn't send me mail :(
>
Unfortunately, they don't send emails when the build is already  
broken. :-(

-bw




More information about the llvm-commits mailing list