[cfe-commits] r102112 - in /cfe/trunk: include/clang/Basic/LangOptions.h include/clang/Driver/CC1Options.td lib/CodeGen/CGObjCMac.cpp lib/CodeGen/CodeGenModule.cpp lib/CodeGen/CodeGenModule.h lib/Frontend/CompilerInvocation.cpp

Fariborz Jahanian fjahanian at apple.com
Tue Apr 27 08:26:30 PDT 2010


On Apr 27, 2010, at 8:23 AM, Daniel Dunbar wrote:

> Hi Fariborz,
>
> On Thu, Apr 22, 2010 at 1:26 PM, Fariborz Jahanian <fjahanian at apple.com 
> > wrote:
>> Author: fjahanian
>> Date: Thu Apr 22 15:26:39 2010
>> New Revision: 102112
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=102112&view=rev
>> Log:
>> Support for -fno-constant-cfstrings option - wip.
>
> This is missing one piece, Clang needs to generate the reference to
> the "NSConstantString" class (this is done via the module level
> assembly hack, in CGObjCMac.cpp).

If you mean for non-fragile ABI, this was done in subsequent patches.

- Fariborz




More information about the cfe-commits mailing list