summaryrefslogtreecommitdiffstats
path: root/libcxx
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
commit9bcd8e500edf2ba333d376b0b841f57469f8c0ff (patch)
treee0de7cd6196f3d4bc74153b7914420085033942f /libcxx
parentf03e9084c195fe9a495b3de0761710d47e9dfe99 (diff)
downloadbcm5719-llvm-9bcd8e500edf2ba333d376b0b841f57469f8c0ff.tar.gz
bcm5719-llvm-9bcd8e500edf2ba333d376b0b841f57469f8c0ff.zip
Upgrade Clang version used by appveyor
llvm-svn: 304377
Diffstat (limited to 'libcxx')
-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 3a2087af51f..e5b30cf43f3 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://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"
OpenPOWER on IntegriCloud