diff --git a/lib/Interpreter/IncrementalExecutor.cpp b/lib/Interpreter/IncrementalExecutor.cpp index df219b55..6b7c3d4d 100644 --- a/lib/Interpreter/IncrementalExecutor.cpp +++ b/lib/Interpreter/IncrementalExecutor.cpp @@ -270,8 +270,8 @@ IncrementalExecutor::runStaticInitializersOnce(llvm::Module* m) { m_unresolvedSymbols.clear(); return kExeUnresolvedSymbols; } - executeFunction(F->getName()); - //m_engine->runFunction(F, std::vector()); + //executeFunction(F->getName()); + m_engine->runFunction(F, std::vector()); // Cleanup also the dangling init functions. They are in the form: // define internal void @_GLOBAL__I_aN() section "..."{ // entry: