http://llvm.org/bugs/show_bug.cgi?id=15586
Andy Kaylor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #1 from Andy Kaylor <[email protected]> --- Symbol resolution is performed by the memory manager. In some revisions, lli let its memory manager (RecordingMemoryManager for the remote case) defer symbol resolution to the RTDyldMemoryManager base class, which links to local symbols. The code in lli has since been revised (and the memory manager class renamed to RemoteMemoryManager) such that it does not attempt to resolve symbols. Clients wishing to link to external symbols in a remote environment should provide their own implementation. The lli implementation was updated as described above in r192514. -- 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
