summaryrefslogtreecommitdiffstats
path: root/libcxx/appveyor-reqs-install.cmd
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2018-04-04 04:33:09 +0000
committerEric Fiselier <eric@efcs.ca>2018-04-04 04:33:09 +0000
commitb5d2937d5f9e4970c924f03d0055a8b544a283eb (patch)
tree8e31e97bef9b9b00c33035ec1707b10dac8aaad6 /libcxx/appveyor-reqs-install.cmd
parentacc32abb117809fecd82074219f97a1258f771e0 (diff)
downloadbcm5719-llvm-b5d2937d5f9e4970c924f03d0055a8b544a283eb.tar.gz
bcm5719-llvm-b5d2937d5f9e4970c924f03d0055a8b544a283eb.zip
Update Clang version on Appveyor bots
llvm-svn: 329145
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 43655d5612a..a4160110aa5 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-6.0.0-r316086-win32.exe -FileName llvm-installer.exe
+ appveyor DownloadFile http://prereleases.llvm.org/win-snapshots/LLVM-7.0.0-r325576-win32.exe -FileName llvm-installer.exe
)
if "%CLANG_VERSION%"=="ToT" (
START /WAIT llvm-installer.exe /S /D=C:\"Program Files\LLVM"
OpenPOWER on IntegriCloud