denoland/docs

Outdated LLVM version

Closed this issue · 0 comments

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