[llvm-dev] JIT compiler - showing generated machine code

Russell Wallace via llvm-dev llvm-dev at lists.llvm.org
Tue Apr 5 21:14:09 PDT 2016


When using LLVM as a JIT compiler, you can use module.dump() to show the
generated intermediate code, which is good.

Is there similarly a programmatic way to show the generated x64 machine
code in assembly format?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160406/c7d22dab/attachment.html>


More information about the llvm-dev mailing list