[cfe-commits] r150644 - in /cfe/trunk: lib/CodeGen/CGCall.cpp lib/CodeGen/CodeGenFunction.h lib/CodeGen/CodeGenModule.cpp lib/CodeGen/CodeGenModule.h test/CodeGenObjC/arc-no-arc-exceptions.m

NAKAMURA Takumi geek4civic at gmail.com
Thu Feb 16 00:59:52 PST 2012


Dan, excuse me, I have disabled it partially in r150666.

...Takumi

2012/2/16 NAKAMURA Takumi <geek4civic at gmail.com>:
> 2012/2/16 Dan Gohman <gohman at apple.com>:
>> Author: djg
>> Date: Wed Feb 15 18:57:37 2012
>> New Revision: 150644
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=150644&view=rev
>> Log:
>> Teach clang to add metadata tags to calls and invokes in ObjC with
>> -fno-objc-arc-exceptions. This will allow the optimizer to perform
>> optimizations which are only safe under that flag.
>>
>> This is a part of rdar://10803830.
>>
>> Added:
>>    cfe/trunk/test/CodeGenObjC/arc-no-arc-exceptions.m
>
> It seems this test is intolerant of -Asserts.
>
> ...Takumi




More information about the cfe-commits mailing list