[libcxx-commits] [libcxx] r357632 - Attempt to upgrade compiler used by appveyor builds

Eric Fiselier via libcxx-commits libcxx-commits at lists.llvm.org
Wed Apr 3 13:40:01 PDT 2019


Author: ericwf
Date: Wed Apr  3 13:40:01 2019
New Revision: 357632

URL: http://llvm.org/viewvc/llvm-project?rev=357632&view=rev
Log:
Attempt to upgrade compiler used by appveyor builds

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=357632&r1=357631&r2=357632&view=diff
==============================================================================
--- libcxx/trunk/appveyor-reqs-install.cmd (original)
+++ libcxx/trunk/appveyor-reqs-install.cmd Wed Apr  3 13:40:01 2019
@@ -9,7 +9,7 @@ cd C:\projects\deps
 :: Setup Compiler
 ::###########################################################################
 if NOT EXIST llvm-installer.exe (
-  appveyor DownloadFile https://prereleases.llvm.org/win-snapshots/LLVM-8.0.0-r345380-win32.exe -FileName llvm-installer.exe
+  appveyor DownloadFile https://prereleases.llvm.org/win-snapshots/LLVM-9.0.0-r357435-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 libcxx-commits mailing list