File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 Invoke-WebRequest https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.8/LLVM-20.1.8-woa64.exe -UseBasicParsing -OutFile LLVM-woa64.exe
3030 Start-Process -FilePath ".\LLVM-woa64.exe" -ArgumentList "/S" -Wait
3131 echo "C:\Program Files\LLVM\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
32- dir "C:\Program Files\LLVM\include\flang"
33-
32+ #dir "C:\Program Files\LLVM\include\flang"
33+ #rmdir /Q /S "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/Llvm/ARM64"
34+
3435 - name : Install CMake and Ninja for Win-ARM64
3536 shell : pwsh
3637 run : |
4647 shell : cmd
4748 run : |
4849 CALL "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsarm64.bat"
50+ set PATH=C:\Program Files\LLVM\bin;%PATH%
51+
4952 mkdir build
5053 cd build
5154 cmake .. -G Ninja ^
You can’t perform that action at this time.
0 commit comments