[libcxx] r318247 - Update Appveyor LLVM install link to be current and non-broken

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 14 17:37:11 PST 2017


Author: ericwf
Date: Tue Nov 14 17:37:11 2017
New Revision: 318247

URL: http://llvm.org/viewvc/llvm-project?rev=318247&view=rev
Log:
Update Appveyor LLVM install link to be current and non-broken

Modified:
    libcxx/trunk/appveyor-reqs-install.cmd

Modified: libcxx/trunk/appveyor-reqs-install.cmd
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/appveyor-reqs-install.cmd?rev=318247&r1=318246&r2=318247&view=diff
==============================================================================
--- libcxx/trunk/appveyor-reqs-install.cmd (original)
+++ libcxx/trunk/appveyor-reqs-install.cmd Tue Nov 14 17:37:11 2017
@@ -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-r303050-win32.exe -FileName llvm-installer.exe
+  appveyor DownloadFile http://prereleases.llvm.org/win-snapshots/LLVM-6.0.0-r316086-win32.exe -FileName llvm-installer.exe
 )
 if "%CLANG_VERSION%"=="ToT" (
     START /WAIT llvm-installer.exe /S /D=C:\"Program Files\LLVM"




More information about the cfe-commits mailing list