diff --git a/examples/Kaleidoscope/Orc/fully_lazy/toy.cpp b/examples/Kaleidoscope/Orc/fully_lazy/toy.cpp index e3359dd0e47..b5822921b40 100644 --- a/examples/Kaleidoscope/Orc/fully_lazy/toy.cpp +++ b/examples/Kaleidoscope/Orc/fully_lazy/toy.cpp @@ -1270,7 +1270,7 @@ private: // pointer for the indirection to point at the trampoline. std::string BodyPtrName = (F->getName() + "$address").str(); GlobalVariable *FunctionBodyPointer = - createImplPointer(*F, BodyPtrName, + createImplPointer(*F->getType(), *F->getParent(), BodyPtrName, createIRTypedAddress(*F->getFunctionType(), CallbackInfo.getAddress())); makeStub(*F, *FunctionBodyPointer);