Ver Fonte

Update Clang version on Appveyor bots

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@329145 91177308-0d34-0410-b5e6-96231b3b80d8
Eric Fiselier há 7 anos atrás
pai
commit
cdcfa903a9
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      appveyor-reqs-install.cmd

+ 1 - 1
appveyor-reqs-install.cmd

@@ -9,7 +9,7 @@ cd C:\projects\deps
 :: Setup Compiler
 :: Setup Compiler
 ::###########################################################################
 ::###########################################################################
 if NOT EXIST llvm-installer.exe (
 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" (
 if "%CLANG_VERSION%"=="ToT" (
     START /WAIT llvm-installer.exe /S /D=C:\"Program Files\LLVM"
     START /WAIT llvm-installer.exe /S /D=C:\"Program Files\LLVM"