Displaying 1 result from an estimated 1 matches for "e1acdd70".
Did you mean:
7eacdd70
2010 Oct 08
1
[LLVMdev] construction of ExecutionEngine without module
Hi!
ExecutionEngine::addModule seems the method I have to use when I want to
dynamically
load snippets of code (e.g. containing a function) and execute them.
I wonder why ExecutionEngine::create is only available with an initial
module.
I'd like to create an empty ExecutionEngine (i.e. without module) and
then later
use addModule. Is it possible do add such a method or can the pointer to