From e62c0b1f8ba08e8135e8652eb92f7f3d327b4f1c Mon Sep 17 00:00:00 2001 From: Yichao Yu Date: Thu, 2 Feb 2017 10:35:46 -0500 Subject: [PATCH] Suppress clang name hiding warning Close #20398 --- src/cgmemmgr.cpp | 1 + 1 file changed, 1 insertion(+) 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