We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
src/cgmemmgr.cpp
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
The text was updated successfully, but these errors were encountered:
Suppress clang name hiding warning
e62c0b1
Close #20398
No branches or pull requests
Would be nice to get rid of this and get back to a clean build process:
cc: @yuyichao
The text was updated successfully, but these errors were encountered: