[cfe-dev] [cfe-commits] r154321 - in /cfe/trunk: include/clang/Driver/CC1Options.td include/clang/Driver/Options.td include/clang/Frontend/CodeGenOptions.h lib/CodeGen/CGObjCGNU.cpp lib/Driver/Tools.cpp lib/Frontend/CompilerInvocation.cpp test/Co

Chris Lattner clattner at apple.com
Mon Apr 9 16:36:00 PDT 2012


On Apr 9, 2012, at 11:48 AM, David Chisnall wrote:

> On 9 Apr 2012, at 19:38, Chandler Carruth wrote:
> 
>> I've not seen any discussion in the Clang or LLVM community regarding this. At some point, especially the design point, this type of thing needs to be bridged into the community that is actually going to be implementing, maintaining, and working with the code under consideration.
> 
> That's a very good point, and I agree.
> 
> I would be happy with any feedback, especially on the driver and frontend parts.  The IR generation part is all in CGObjCGNU.cpp which is maintained by... me.  I don't therefore anticipate this impacting anyone else in terms of implementation or maintenance, although I would be very happy if more people wanted to get involved with that part of the codeā€¦

This functionality isn't specific to the GNU ObjC runtime, it would be a general ObjC feature.

-Chris



More information about the cfe-dev mailing list