[LLVMbugs] [Bug 14434] New: MCJIT does not honor EE::InstallLazyFunctionCreator & EE::DisableSymbolSearching
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Nov 26 11:15:45 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=14434
Bug #: 14434
Summary: MCJIT does not honor EE::InstallLazyFunctionCreator &
EE::DisableSymbolSearching
Product: libraries
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: Generic Execution Engine Support
AssignedTo: unassignedbugs at nondot.org
ReportedBy: ofv at wanadoo.es
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
MyExecutionEngine->DisableSymbolSearching();
MyExecutionEngine->InstallLazyFunctionCreator(&MyLazyFunctionCreator);
has no effect. MCJIT always wants to resolve symbols by searching libraries. It
usually ends by exiting the host application with a message about "could not
resolve <function-name>"
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list