aboutsummaryrefslogtreecommitdiff
path: root/libcxx/appveyor-reqs-install.cmd
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2018-10-30 21:23:31 +0000
committerEric Fiselier <eric@efcs.ca>2018-10-30 21:23:31 +0000
commitdec8cbad4803b3bbb953b920be59d64c8f709ce4 (patch)
tree8d561f4135e21cd788640e99207ba3451d641c78 /libcxx/appveyor-reqs-install.cmd
parent3b59f89a56d5717a39f5c6fedbce1807f14500cf (diff)
downloadllvm-dec8cbad4803b3bbb953b920be59d64c8f709ce4.zip
llvm-dec8cbad4803b3bbb953b920be59d64c8f709ce4.tar.gz
llvm-dec8cbad4803b3bbb953b920be59d64c8f709ce4.tar.bz2
Update LLVM version used on Appveyor bot, remove MSVC 2015 bot
llvm-svn: 345652
Diffstat (limited to 'libcxx/appveyor-reqs-install.cmd')
-rw-r--r--libcxx/appveyor-reqs-install.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/appveyor-reqs-install.cmd b/libcxx/appveyor-reqs-install.cmd
index a416011..02c939e 100644
--- a/libcxx/appveyor-reqs-install.cmd
+++ b/libcxx/appveyor-reqs-install.cmd
@@ -9,7 +9,7 @@ cd C:\projects\deps
:: Setup Compiler
::###########################################################################
if NOT EXIST llvm-installer.exe (
- appveyor DownloadFile http://prereleases.llvm.org/win-snapshots/LLVM-7.0.0-r325576-win32.exe -FileName llvm-installer.exe
+ appveyor DownloadFile https://prereleases.llvm.org/win-snapshots/LLVM-8.0.0-r345380-win32.exe -FileName llvm-installer.exe
)
if "%CLANG_VERSION%"=="ToT" (
START /WAIT llvm-installer.exe /S /D=C:\"Program Files\LLVM"