Displaying 2 results from an estimated 2 matches for "tp29449300p29470076".
2010 Aug 18
0
[LLVMdev] clang: call extern function using JIT
..._________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
--
View this message in context: http://old.nabble.com/clang%3A-call-extern-function-using-JIT-tp29449300p29470076.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
2010 Aug 18
2
[LLVMdev] clang: call extern function using JIT
gafferuk <gafferuk at gmail.com> writes:
> Can someone pease tell me what I am doing wrong?
It is hard to say because you don't say what the problem is, but let's
try.
> Im trying to register an external function with the JIT, so can call
> functions in my music
>
> application.
>
> Here my function
>
> int Execute(llvm::Module *Mod, char * const *envp)