[LLVMdev] hexcode from llvm

Bill Wendling wendling at apple.com
Wed May 19 14:53:57 PDT 2010


On May 19, 2010, at 12:01 PM, JayaSus wrote:

> 
> Hi all,
> 
> I am doing emulation on a custom processor. For this I need hexcode for the
> C application program . Is there any llvm command/function that can spit out
> the hexcode just like objdump in gcc?
> 
Hi JayaSus,

I'm confused by your question. Do you mean the LLVM IR "object code" or the resulting native object code generated by the assembler (after code generation) for the target platform? If the latter, then your objdump tools should work with that.

-bw





More information about the llvm-dev mailing list