Author: ericwf Date: Wed May 31 20:00:59 2017 New Revision: 304377 URL: http://llvm.org/viewvc/llvm-project?rev=304377&view=rev Log: Upgrade Clang version used by appveyor
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=304377&r1=304376&r2=304377&view=diff ============================================================================== --- libcxx/trunk/appveyor-reqs-install.cmd (original) +++ libcxx/trunk/appveyor-reqs-install.cmd Wed May 31 20:00:59 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-r301646-win32.exe -FileName llvm-installer.exe + appveyor DownloadFile http://llvm.org/pre-releases/win-snapshots/LLVM-5.0.0-r303050-win32.exe -FileName llvm-installer.exe ) if "%CLANG_VERSION%"=="ToT" ( START /WAIT llvm-installer.exe /S /D=C:\"Program Files\LLVM" _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits