summaryrefslogtreecommitdiff
path: root/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
commitabfbf147f6e8924e64b790cff1744ac7bdcae1a8 (patch)
tree88b698ddc8ce5ade082fcdebe0fb592bba91aaa8 /appveyor-reqs-install.cmd
parent3b92bcdcb74e89065bf1d386414c825462574c93 (diff)
downloadlibcxx-abfbf147f6e8924e64b790cff1744ac7bdcae1a8.tar.gz
Update LLVM version used on Appveyor bot, remove MSVC 2015 bot
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@345652 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'appveyor-reqs-install.cmd')
-rw-r--r--appveyor-reqs-install.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor-reqs-install.cmd b/appveyor-reqs-install.cmd
index a4160110a..02c939ebc 100644
--- a/appveyor-reqs-install.cmd
+++ b/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"