[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
Wed Feb 15 19:23:58 PST 2012


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