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

Devang Patel devang.patel at gmail.com
Thu May 27 13:47:46 PDT 2010


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