[LLVMdev] fast way to have jit produce executables

Bill O'Hara billtohara at gmail.com
Wed Jul 28 15:44:53 PDT 2010


Hi,

I have my simple jit'd language working to my satisfaction. Next, I'd
like to add the ability to compile to standard ELF executables on
Linux (and whatever is appropriate on the other platforms).

Rather than printing assembly language to files and invoking the
assembler and linker, is there a fast way I can convert my JIT to a
static compiler?

Thanks
b.



More information about the llvm-dev mailing list