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

Emit warning message when version(Numba LLVM) != version(clang) #521

Merged

Conversation

guilhermeleobas
Copy link
Contributor

Add a warning message when there's a version mismatch between the LLVM version shipped with Numba and the clang version selected

@guilhermeleobas guilhermeleobas added enhancement New feature or request heavydb Related to heavydb server labels Dec 14, 2022
@guilhermeleobas guilhermeleobas self-assigned this Dec 14, 2022
Copy link
Contributor

@pearu pearu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks, @guilhermeleobas!

A warning: here we use the private numba symbol _min_llvm_version. Would it make sense to move the import statement under the compiler method?

@pearu pearu self-requested a review December 14, 2022 19:11
@guilhermeleobas guilhermeleobas force-pushed the guilhermeleobas/add_warning_msg branch from 7493901 to 713f8a3 Compare December 15, 2022 18:18
@guilhermeleobas guilhermeleobas merged commit 33b24f9 into heavyai:main Dec 15, 2022
@guilhermeleobas guilhermeleobas deleted the guilhermeleobas/add_warning_msg branch December 15, 2022 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request heavydb Related to heavydb server
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants