summaryrefslogtreecommitdiff
path: root/libcxx/appveyor-reqs-install.cmd
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2019-04-03 20:40:01 +0000
committerEric Fiselier <eric@efcs.ca>2019-04-03 20:40:01 +0000
commit8f34658b872ec02e7212fcaa29a18bb64427ee81 (patch)
treec005674ce6617e3ef6407c5a5354ef9e937461ee /libcxx/appveyor-reqs-install.cmd
parent191da93447d2a123667676e2d5a1d9f265a45ebf (diff)
downloadllvm-8f34658b872ec02e7212fcaa29a18bb64427ee81.tar.gz
Attempt to upgrade compiler used by appveyor builds
llvm-svn: 357632
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 02c939ebc8c3..e3bd018dd374 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 https://prereleases.llvm.org/win-snapshots/LLVM-8.0.0-r345380-win32.exe -FileName llvm-installer.exe
+ appveyor DownloadFile https://prereleases.llvm.org/win-snapshots/LLVM-9.0.0-r357435-win32.exe -FileName llvm-installer.exe
)
if "%CLANG_VERSION%"=="ToT" (
START /WAIT llvm-installer.exe /S /D=C:\"Program Files\LLVM"