Nicholas "Indy" Ray
2010-May-29 21:31 UTC
[LLVMdev] Reloading Function from a bitcode file.
I've been trying to update a Function within a Module from a bitcode file so that I can use recompileAndRelinkFunction to update the function. It seems that after creating a new BitcodeReader regardless of what I do, I can't seen to update the functions that exist within a module, or even replace them if I manually remove them. Is there something fundamental that prevents doing this, or am I missing something more minor? Thanks, Indy
Seemingly Similar Threads
- [LLVMdev] [PATCH / PROPOSAL] bitcode encoding that is ~15% smaller for large bitcode files...
- [LLVMdev] [Patches][RFC] What to do about bitcode streaming.
- [LLVMdev] reading a module from a memory string (BitCode)
- [LLVMdev] RFC: Owning Bitcode
- RFC: APIs for bitcode files containing multiple modules