[LLVMbugs] [Bug 20656] MCJIT::addGlobalMapping not mapping functions in the current object correctly
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Jul 22 16:47:02 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=20656
Lang Hames <lhames at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution|--- |FIXED
--- Comment #25 from Lang Hames <lhames at gmail.com> ---
This fix did not make it in to 3.6.2, but will be available in 3.7 which is
currently planned for release late next month (August).
I would strongly recommend fixing your issue by implementing a custom
RTDyldMemoryManager and overriding the getSymbolAddress method. That technique
should work across all versions of LLVM, is the preferred method for managing
symbol resolution.
--
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/20150722/50976b27/attachment.html>
More information about the llvm-bugs
mailing list