Displaying 3 results from an estimated 3 matches for "302f0d85".
2010 Feb 03
0
[LLVMdev] Interpreter with multiple modules.
I have not used the C api or the interpreter, but via JIT one can use
ExecutionEngine::addGlobalMapping(...) after the function decl in the
foreign module. See if there is an equivalent in the C API, which will
probably work for the interpreter given that this method is declared in
ExecutionEngine. Also search for a previous email thread in this list.
This discussion was fairly recent, and I
2010 Feb 03
3
[LLVMdev] Interpreter with multiple modules.
Hi everybody,
I'm currently working with LLVM (v 2.6) and I try to interpret LLVM bitcode
using the c API. Here is my problem : I have two LLVMModuleRef, M1 and M2,
M1 contains the function "funct()" and M2 contains a main function which
call "funct()" (M2 declares "funct()" too but it doesn't define it). If I
try to run the main function, I got the error
2010 Feb 03
3
[LLVMdev] Interpreter with multiple modules.
...LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100203/302f0d85/attachment.html>