Displaying 1 result from an estimated 1 matches for "moduleless".
Did you mean:
modeless
2009 Jul 06
0
[LLVMdev] How are callees resolved?
I have a question concerning the behavior of "loading" moduleless llvm:Function* into the ExecutionEngine using something like getOrInsertFunction(). The question I have is how are Call instructions affected by such a load? Do I have to specify apriori w.r.t. functions already loaded in the modules associated with the EE when building such functions or is it poss...