[LLVMdev] Getting dump of native assembly?

Paul J. Lucas paul at lucasmail.org
Tue Oct 2 17:56:22 PDT 2012


I'm using the IRBuilder C++ API to generate LLVM IR code and execute it on-the-fly.  I know about Module::dump() to print the IR code, but is there any way to print out the native assembly code (x86 in my case)?

- Paul





More information about the llvm-dev mailing list