[LLVMdev] Generating machine code directly to memory

Mike Stump mrs at apple.com
Wed Jul 9 14:10:54 PDT 2008


On Jul 9, 2008, at 1:48 PM, Sampsa Lehtonen wrote:
> Is it possible

Yes, just compile to a .s file normally, then assemble that, then you  
can use ld and objcopy (binutils) to convert to something approaching  
raw machine code.



More information about the llvm-dev mailing list