Displaying 1 result from an estimated 1 matches for "mybitcode".
Did you mean:
  my_bitcode
  
2012 Sep 19
1
[LLVMdev] Saving code for later execution
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