Skip to content

Commit

Permalink
Suppress clang name hiding warning
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyichao committed Feb 2, 2017
1 parent cfcaecd commit e62c0b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cgmemmgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e62c0b1

Please sign in to comment.