From: John M. <ato...@gm...> - 2013-06-06 21:13:33
|
On Thu, Jun 6, 2013 at 1:06 PM, Rick Mann <rm...@la...> wrote: > I've implemented (partially) a language using LLVM and so have some > experience with the API. But the target was the LLVM JIT running hosted > inside an OS X program, so I don't know how helpful I can be. My work was > more like implementing clang. I imagine most of the work is on the back end. > > -- > Rick > Right now the front end needs more work then the back. The back end should be able to compile most programs. So most of the more important needs are in the front end like, inline asm, making a proper toolchain, and making it more cross-compiler friendly. |