[LLVMdev] Using LLVM to compile Objective-C on an Xbox 360

Kevin Wooten kdubb at me.com
Thu May 27 13:50:28 PDT 2010


My apologies... the original question was directed here because I didn't know about the Clang rewriter.  Now that the direction has sharply tacked toward using that method I will direct any further questions/discussions to that list.

Thanks

On May 27, 2010, at 1:47 PM, Devang Patel wrote:

> Kevin,
> 
> On Thu, May 27, 2010 at 11:49 AM, Kevin Wooten <kdubb at me.com> wrote:
> 
>> To ease our development process, actually hide it completely, we are planning on leveraging the open nature of Clang and LLVM to create a driver for these platforms that first rewrites ObjC to C and then calls the platform's C compiler passing through all command line options. This way the ObjC stage should be fairly transparent.
>> 
> 
> Folks here at llvmdev usually focus on LLVM optimizer and LLVM code
> generator which you're likely to bypass completely if you use
> platform's C compiler. It seems cfe-dev may be appropriate list to get
> answers for your questions regarding LLVM frontend, known as Clang.
> 
> -
> Devang




More information about the llvm-dev mailing list