Update Clang version on Appveyor bots
authorEric Fiselier <eric@efcs.ca>
Wed, 4 Apr 2018 04:33:09 +0000 (04:33 +0000)
committerEric Fiselier <eric@efcs.ca>
Wed, 4 Apr 2018 04:33:09 +0000 (04:33 +0000)
llvm-svn: 329145

libcxx/appveyor-reqs-install.cmd

index 43655d5..a416011 100644 (file)
@@ -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"