[LLVMdev] Is there any tool can generate MIPS ELF file?

Nancy nancydreaming at gmail.com
Thu Jun 12 03:23:34 PDT 2014


Hi,

To my understanding, ll/bc can translate to any target machine code
that make cross-compiling easy.

$llc -march=mipsel -mcpu=mips64 test.ll
generate test.s(MIPS ASM)

There must be a tool turns test.s to mips ELF file to make this whole
thing done completely. What is it?


-- 
Best Regards,
Yu Rong Tan



More information about the llvm-dev mailing list