Skip to content

Commit

Permalink
LLVM 11.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
zufuliu committed Oct 13, 2020
1 parent f5ba304 commit fb919f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/install_llvm.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

IF /I "%~1" == "latest" (
SHIFT
curl -fsSL -o "LLVM-10.0.0-win64.exe" "https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/LLVM-10.0.0-win64.exe"
curl -fsSL -o "LLVM-11.0.0-win64.exe" "https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/LLVM-11.0.0-win64.exe"
LLVM-10.0.0-win64.exe /S
)

Expand Down

0 comments on commit fb919f9

Please # to comment.