Skip to content

Commit 009c1e0

Browse files
authored
fix download link for the current WoA binary of LLVM
1 parent 760a537 commit 009c1e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/install.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,8 +447,9 @@ The following tools needs to be installed to build for Windows on Arm (WoA):
447447
448448
- LLVM for Windows on Arm.
449449
Find the latest LLVM build for WoA from [LLVM release page](https://releases.llvm.org/) - you want the package whose name ends in "woa64.exe".
450-
E.g: LLVM 19 build for WoA64 can be found [here](https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.4/LLVM-19.1.4-woa64.exe)
451-
Run the LLVM installer and ensure that LLVM is added to environment PATH. (If you do not want to add it to the PATH, you will need to specify
450+
(This may not always be present in the very latest point release, as building and uploading the binaries takes time.)
451+
E.g: a LLVM 19 build for WoA64 can be found [here](https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.2/LLVM-19.1.2-woa64.exe).
452+
Run the LLVM installer and ensure that LLVM is added to the environment variable PATH. (If you do not want to add it to the PATH, you will need to specify
452453
both C and Fortran compiler to Make or CMake with their full path later on)
453454
454455
The following steps describe how to build the static library for OpenBLAS with either Make or CMake:

0 commit comments

Comments
 (0)