Skip to content

Outdated LLVM version #1001

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

Closed
pjuftring opened this issue Oct 13, 2024 · 0 comments · Fixed by #1002
Closed

Outdated LLVM version #1001

pjuftring opened this issue Oct 13, 2024 · 0 comments · Fixed by #1002

Comments

@pjuftring
Copy link
Contributor

The guide for building Deno prompts you to install LLVM using

./llvm.sh 16

However, this results in the message

The repository 'http://apt.llvm.org/noble llvm-toolchain-noble-16 Release' does not have a Release file.

and apparently version 16 is no longer supported. Also, the minimum version for LLVM starting from Rust Version 1.79.0 seems to be LLVM 17. Everything else seems to work if you just replace this line with

./llvm.sh 17

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

Successfully merging a pull request may close this issue.

1 participant