diff --git a/src/cgmemmgr.cpp b/src/cgmemmgr.cpp index 019e3e5f5597e..c4b93638caed3 100644 --- a/src/cgmemmgr.cpp +++ b/src/cgmemmgr.cpp @@ -739,6 +739,7 @@ class RTDyldMemoryManagerJL : public SectionMemoryManager { unsigned SectionID, StringRef SectionName, bool isReadOnly) override; #if JL_LLVM_VERSION >= 30800 + using SectionMemoryManager::notifyObjectLoaded; void notifyObjectLoaded(RuntimeDyld &Dyld, const object::ObjectFile &Obj) override; #endif