summaryrefslogtreecommitdiff
path: root/appveyor-reqs-install.cmd
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2017-06-01 01:00:59 +0000
committerEric Fiselier <eric@efcs.ca>2017-06-01 01:00:59 +0000
commita16c62a07e65e9b6c13090a89cee31632b0f8370 (patch)
tree608a4c921aed6ddc998ed4368098b6be08aa3c54 /appveyor-reqs-install.cmd
parenta99bc1563be76bb4f7cd58c290e0a6f08d98d269 (diff)
Upgrade Clang version used by appveyor
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@304377 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 3a2087af5..e5b30cf43 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://llvm.org/pre-releases/win-snapshots/LLVM-5.0.0-r301646-win32.exe -FileName llvm-installer.exe
+ appveyor DownloadFile http://llvm.org/pre-releases/win-snapshots/LLVM-5.0.0-r303050-win32.exe -FileName llvm-installer.exe
)
if "%CLANG_VERSION%"=="ToT" (
START /WAIT llvm-installer.exe /S /D=C:\"Program Files\LLVM"