[LLVMdev] Tool to convert to backend assembly instruction file "llc"
hubbard at cs.fsu.edu
hubbard at cs.fsu.edu
Thu Mar 7 19:53:31 PST 2013
Teja,
I just checked my version of llc to make sure it worked on arm and
x86_64 respectively. The website llvm.org hosts a manual page for this
tool at http://llvm.org/docs/CommandGuide/llc.html. I think this tool
from the ample LLVM armory will accomplish what you are looking to do.
All the best in your endeavors,
Shaun
Shaun Hubbard
On Mar 7, 2013, at 10:39 PM, teja tamboli <tamboli.teja at gmail.com> wrote:
I am looking for tool to convert file from either (.s) bytecode or
(.bc) bitcode to .asm file. Basically assembly instruction file for my
x86 backend. I think so we can use llvm-objdump. However I am not able
to figure out its exact options. Could you please tell me how to do
that?
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
More information about the llvm-dev
mailing list