[LLVMbugs] [Bug 20656] MCJIT::addGlobalMapping not mapping functions in the current object correctly
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Mar 31 13:35:45 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=20656
Lang Hames <lhames at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
--- Comment #21 from Lang Hames <lhames at gmail.com> ---
Hi Murat,
The patch has been applied, with a few more minor tweaks, in r233747. Thanks
again for your patience with this.
I'm glad that this will help you move forward with MCJIT, however I do want to
re-emphasize that resolving external symbols is best done by writing a custom
RuntimeDyld::SymbolResolver (formerly RTDyldMemoryManager). The SymbolResolver
method has lower overhead, and is compatible with the newer JIT APIs (Orc).
If/when you're ready to make the switch I'd be happy to help.
Cheers,
Lang.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150331/ee96c052/attachment.html>
More information about the llvm-bugs
mailing list