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

LLVM 13 not support #805

Closed
evan0greenup opened this issue Jan 4, 2022 · 1 comment
Closed

LLVM 13 not support #805

evan0greenup opened this issue Jan 4, 2022 · 1 comment

Comments

@evan0greenup
Copy link

Reporting a bug

  • [* ] I have tried using the latest released version of llvmlite (most recent is
    visible in the change log (https://github.com/numba/llvmlite/blob/master/CHANGE_LOG).
  • [* ] I have included a self contained code sample to reproduce the problem.
    i.e. it's possible to run as 'python bug.py'.

I have LLVM 13, but when I try to build llvmlite, It said that RuntimeError: Building llvmlite requires LLVM 10.0.x or 9.0.x, got '13.0.0'

Currently, LLVM 10 and 9 is too old. It would be nice to update llvm dependency to latest.

@esc
Copy link
Member

esc commented Jan 5, 2022

@evan0greenup thank you for the suggestion. We have been discussing supporting multiple LLVM versions and I hope to do this work during this quarter. The discussion is over here: #802 -- closing this as a duplicate for now.

@esc esc closed this as completed Jan 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants