https://llvm.org/bugs/show_bug.cgi?id=20656
Lang Hames <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #25 from Lang Hames <[email protected]> --- 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.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
