Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compiler warning (macOS) in src/cgmemmgr.cpp: #20398

Closed
StefanKarpinski opened this issue Feb 2, 2017 · 0 comments
Closed

compiler warning (macOS) in src/cgmemmgr.cpp: #20398

StefanKarpinski opened this issue Feb 2, 2017 · 0 comments
Labels
system:mac Affects only macOS

Comments

@StefanKarpinski
Copy link
Member

Would be nice to get rid of this and get back to a clean build process:

    CC src/cgmemmgr.o
/Users/stefan/projects/julia/src/cgmemmgr.cpp:742:10: warning: '(anonymous
      namespace)::RTDyldMemoryManagerJL::notifyObjectLoaded' hides overloaded virtual
      function [-Woverloaded-virtual]
    void notifyObjectLoaded(RuntimeDyld &Dyld,
         ^
/Users/stefan/projects/julia/usr/include/llvm/ExecutionEngine/RTDyldMemoryManager.h:46:16: note:
      hidden overloaded virtual function 'llvm::MCJITMemoryManager::notifyObjectLoaded'
      declared here: type mismatch at 1st parameter ('llvm::ExecutionEngine *' vs
      'llvm::RuntimeDyld &')
  virtual void notifyObjectLoaded(ExecutionEngine *EE,
               ^
1 warning generated.

cc: @yuyichao

yuyichao added a commit that referenced this issue Feb 2, 2017
@kshyatt kshyatt added the system:mac Affects only macOS label Feb 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
system:mac Affects only macOS
Projects
None yet
Development

No branches or pull requests

2 participants