forked from OSchip/llvm-project
Update Appveyor LLVM install link to be current and non-broken
llvm-svn: 318247
This commit is contained in:
parent
10c472dd83
commit
6be7e289b2
|
@ -9,7 +9,7 @@ cd C:\projects\deps
|
|||
:: Setup Compiler
|
||||
::###########################################################################
|
||||
if NOT EXIST llvm-installer.exe (
|
||||
appveyor DownloadFile http://llvm.org/pre-releases/win-snapshots/LLVM-5.0.0-r303050-win32.exe -FileName llvm-installer.exe
|
||||
appveyor DownloadFile http://prereleases.llvm.org/win-snapshots/LLVM-6.0.0-r316086-win32.exe -FileName llvm-installer.exe
|
||||
)
|
||||
if "%CLANG_VERSION%"=="ToT" (
|
||||
START /WAIT llvm-installer.exe /S /D=C:\"Program Files\LLVM"
|
||||
|
|
Loading…
Reference in New Issue