search for: a25e33af

Displaying 2 results from an estimated 2 matches for "a25e33af".

2013 Nov 01
0
[LLVMdev] [Proposal] Adding callback mechanism to Execution Engines
...ne you can use addGlobalMapping as Yaron suggests, but I don't think that will work > with MCJIT. Seems to work fine for us with MCJIT. - Chuck -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131101/a25e33af/attachment.html>
2013 Nov 01
5
[LLVMdev] [Proposal] Adding callback mechanism to Execution Engines
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Kaylor, Andrew > Subject: Re: [LLVMdev] [Proposal] Adding callback mechanism to Execution Engines > If the function is in a statically linked module, you need to do something to explicitly expose it. With > the older JIT engine you can use addGlobalMapping as Yaron suggests, but I