| ... | @@ -238,7 +238,7 @@ Note: In case you get the error "llvm-config not found" (or similar), make sure | ... | @@ -238,7 +238,7 @@ Note: In case you get the error "llvm-config not found" (or similar), make sure |
| 238 | | 238 | |
| 239 | Install [CMake](https://cmake.org/), version 3.20.0 or newer. | 239 | Install [CMake](https://cmake.org/), version 3.20.0 or newer. |
| 240 | | 240 | |
| 241 | [Download LLVM, Clang, and LLD sources](http://releases.llvm.org/download.html#21.0.0) | 241 | [Download LLVM, Clang, and LLD sources](https://releases.llvm.org/download.html#21.0.0) |
| 242 | The downloads from llvm lead to the github release pages, where the source's | 242 | The downloads from llvm lead to the github release pages, where the source's |
| 243 | will be listed as : `llvm-21.X.X.src.tar.xz`, `clang-21.X.X.src.tar.xz`, | 243 | will be listed as : `llvm-21.X.X.src.tar.xz`, `clang-21.X.X.src.tar.xz`, |
| 244 | `lld-21.X.X.src.tar.xz`. Unzip each to their own directory. Ensure no | 244 | `lld-21.X.X.src.tar.xz`. Unzip each to their own directory. Ensure no |