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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to