[LLVMdev] Saving code for later execution

Paul J. Lucas paul at lucasmail.org
Wed Sep 19 07:51:17 PDT 2012


I'm using the LLVM C++ API to create code on-the-fly for execution.  This works fine.  But what if I want to save this code to disk, quit, relaunch my app at some later time, reload the previously generated code off disk, and execute it?

How can I do that?  Can somebody point me to some documentation or examples?  Thanks.

- Paul





More information about the llvm-dev mailing list